Skip to main content

Get ArcGIS widget project configuration

GET 

/explorer/:projectId/arcgis/config

Get ArcGIS widget project configuration

Request​

Path Parameters

    projectId stringrequired

Responses​

Success

Schema
    featureServers object[]required

    Feature server configurations

  • Array [
  • id stringrequired

    Feature server generated ID. Generated on caller side, unique inside the project configuration, not related to ArcGIS

    url stringrequired

    Feature server base URL

    name stringrequired

    Feature server name displayed in UI

    layerWhere stringnullable

    Optional where statement for feature queries. Applied to all layers for this feature server

    layers objectnullable

    Layer configuration dictionary. Key is layer ID. Layer only appears in this dictionary if it has non default configuration.

    property name* ArcgisLayerConfignullable

    ArcGIS layer configuration

    checked booleannullable

    Whether the layer is visible and clickable

    where stringnullable

    Optional where statement for feature query If both where and feature server layerWhere are defined - they are combined with AND

    enabledLayerIds int32[]nullable

    Layers available for selection in the widgets. Unlike checking inside the layer config this is controlled by an admin

  • ]
Loading...