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
createhas 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.Urban Model - 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
Createwas addedFeedback Category Attributes Input - Type
Createwas addedFeedback Category Input - Type
Feedbackwas addedCategory - Type
Feedbackwas addedCategory Attributes - Type
Feedbackwas addedCategory Filter Input - Type
Feedbackwas addedCategory Icon - Type
Updatewas addedFeedback Category Attributes Input - Type
Updatewas addedFeedback Category Input - Field
createwas added to object typeFeedback Categories Mutation - Field
deletewas added to object typeFeedback Categories Mutation - Field
updatewas added to object typeFeedback Categories Mutation - Field
feedbackwas added to object typeCategories UrbanDatabase
The following arguments and types related to sorting were added:
- Argument
sortadded to field:[ Branch Sort Input!] Plan.branches - Argument
sortadded to field:[ Branch Sort Input!] Project.branches - Argument
sortadded to field:[ Parcel Sort Input!] PlanBranch.parcels - Argument
sortadded to field:[ Parcel Sort Input!] UrbanDatabase.parcels - Argument
sortadded to field:[ Plan Sort Input!] UrbanDatabase.plans - Argument
sortadded to field:[ Plan Sort Input!] UrbanDesign Database.plans - Argument
sortadded to field:[ Project Sort Input!] UrbanDatabase.projects - Argument
sortadded to field:[ Project Sort Input!] UrbanDesign Database.projects - Type
Branchwas addedSort By - Type
Parcelwas addedSort By - Type
Planwas addedSort By - Type
Projectwas addedSort By - Type
Branchwas addedSort Input - Type
Parcelwas addedSort Input - Type
Planwas addedSort Input - Type
Projectwas addedSort Input
The following elements related to the new type Number were added:
- Type
Numberwas addedRounding Method - Field
Numberwas added to object typeRounding Method MetricAttributes - Input field
Numberwas added to input object typeRounding Method CreateMetric Attributes Input - Input field
Numberwas added to input object typeRounding Method UpdateMetric Attributes Input
The following field related to the new create mutation was added:
- Field
createwas added to object typeUrban Model Mutation