β‘οΈ query-feature-layer-metadata-spec
GET https://{{host}}.arcgis.com/{{org_id}}/ArcGIS/rest/services/{{service_name}}/FeatureServer/{{layer_id}}?f=pjson
A feature service can be understood as a web service that provide access to a cloud hosted spatial relational database but also can host non-spatial data. In the spatial tables each row/tuple have a geometry type associated with it. Support spatial queries that allows filtering by spatial relationships.
In the [Structures and definitions] folder you will find request to help you setting the: host
, org_id
, service_name
and layer_id
environment variables.
π API reference: Feature Service's Layer
π Related guides: Feature layers and tables
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
f | string | (Required) Format of the response: html | |
token | string | If the layer is private, you will need to include an access token. | |
returnUpdates | string | If value is true, an updated time extent is returned. If the layer is not time-aware, an empty response is returned. | |
returnDomainNames | string | If value is true, then domain information provided in the layer includes only the domain name |