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
create
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.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
Create
was addedFeedback Category Attributes Input - Type
Create
was addedFeedback Category Input - Type
Feedback
was addedCategory - Type
Feedback
was addedCategory Attributes - Type
Feedback
was addedCategory Filter Input - Type
Feedback
was addedCategory Icon - Type
Update
was addedFeedback Category Attributes Input - Type
Update
was addedFeedback Category Input - Field
create
was added to object typeFeedback Categories Mutation
- Field
delete
was added to object typeFeedback Categories Mutation
- Field
update
was added to object typeFeedback Categories Mutation
- Field
feedback
was added to object typeCategories Urban
Database
The following arguments and types related to sorting were added:
- Argument
sort
added to field:[ Branch Sort Input!] Plan.branches
- Argument
sort
added to field:[ Branch Sort Input!] Project.branches
- Argument
sort
added to field:[ Parcel Sort Input!] Plan
Branch.parcels - Argument
sort
added to field:[ Parcel Sort Input!] Urban
Database.parcels - Argument
sort
added to field:[ Plan Sort Input!] Urban
Database.plans - Argument
sort
added to field:[ Plan Sort Input!] Urban
Design Database.plans - Argument
sort
added to field:[ Project Sort Input!] Urban
Database.projects - Argument
sort
added to field:[ Project Sort Input!] Urban
Design Database.projects - Type
Branch
was addedSort By - Type
Parcel
was addedSort By - Type
Plan
was addedSort By - Type
Project
was addedSort By - Type
Branch
was addedSort Input - Type
Parcel
was addedSort Input - Type
Plan
was addedSort Input - Type
Project
was addedSort Input
The following elements related to the new type Number
were added:
- Type
Number
was addedRounding Method - Field
Number
was added to object typeRounding Method Metric
Attributes - Input field
Number
was added to input object typeRounding Method Create
Metric Attributes Input - Input field
Number
was added to input object typeRounding Method Update
Metric Attributes Input
The following field related to the new create
mutation was added:
- Field
create
was added to object typeUrban Model Mutation