Learn about recent changes to the ArcGIS Urban API. The release date is October 6, 2021.
What's new
This section provides a summary of the most important changes in this release.
New operation createUrbanModel has been added. You can now create a new urban model through the Urban API. Note that this operation requires that the authenticated user has an Urban license.
Sorting capabilities have been added for the following types: branches, parcels, plans, projects.
Feedback categories have been introduced.
Schema changes
This section describes new features, improvements, and changes made to the Urban API schema.
The following fields and types related to the feedback categories were added:
Type CreateFeedbackCategoryAttributesInput was added
Type CreateFeedbackCategoryInput was added
Type FeedbackCategory was added
Type FeedbackCategoryAttributes was added
Type FeedbackCategoryFilterInput was added
Type FeedbackCategoryIcon was added
Type UpdateFeedbackCategoryAttributesInput was added
Type UpdateFeedbackCategoryInput was added
Field createFeedbackCategories was added to object type Mutation
Field deleteFeedbackCategories was added to object type Mutation
Field updateFeedbackCategories was added to object type Mutation
Field feedbackCategories was added to object type UrbanDatabase
The following arguments and types related to sorting were added:
Argument sort:[BranchSortInput!] added to field Plan.branches
Argument sort:[BranchSortInput!] added to field Project.branches
Argument sort:[ParcelSortInput!] added to field PlanBranch.parcels
Argument sort:[ParcelSortInput!] added to field UrbanDatabase.parcels
Argument sort:[PlanSortInput!] added to field UrbanDatabase.plans
Argument sort:[PlanSortInput!] added to field UrbanDesignDatabase.plans
Argument sort:[ProjectSortInput!] added to field UrbanDatabase.projects
Argument sort:[ProjectSortInput!] added to field UrbanDesignDatabase.projects
Type BranchSortBy was added
Type ParcelSortBy was added
Type PlanSortBy was added
Type ProjectSortBy was added
Type BranchSortInput was added
Type ParcelSortInput was added
Type PlanSortInput was added
Type ProjectSortInput was added
The following elements related to the new type NumberRoundingMethod were added:
Type NumberRoundingMethod was added
Field NumberRoundingMethod was added to object type MetricAttributes
Input field NumberRoundingMethod was added to input object type CreateMetricAttributesInput
Input field NumberRoundingMethod was added to input object type UpdateMetricAttributesInput
The following field related to the new createUrbanModel mutation was added:
Field createUrbanModel was added to object type Mutation