Set ArcGIS widget project configuration
PUT/explorer/:sceneId/arcgis/config
Set ArcGIS widget project configuration
Request
Path Parameters
- application/json
Body
Array [
]
featureServers
object[]
required
Feature server configurations
Feature server generated ID. Generated on caller side, unique inside the project configuration, not related to ArcGIS
Feature server base URL
Feature server name displayed in UI
Optional where
statement for feature queries.
Applied to all layers for this feature server
layers
object
nullable
Layer configuration dictionary.
Key is layer ID.
Layer only appears in this dictionary if it has non default configuration.
property name*
ArcgisLayerConfig
nullable
ArcGIS layer configuration
Whether the layer is visible and clickable
Optional where
statement for feature query
If both where
and feature server layerWhere
are defined - they are combined with AND
Layers available for selection in the widgets.
Unlike checking
inside the layer config this is controlled by an admin
Responses
- 204
- 401
- 403
- 404
- 422
- 500
No Content
Unauthorized
Forbidden
Not Found
Client Error
Server Error