Get the headers for the get shapes operation
head/admin/config/shapes
Returns the headers for the get shapes operation.
Name | Type | Required | Description |
---|---|---|---|
fields | string | false | A comma-separated list of the GeoJSON shape properties to include in the response. |
filter | string | false | The criteria by which to filter the GeoJSON shapes. The filter supports only the "contains" and "and" operators on the name and group properties. |
limit | integer | false | The maximum number of GeoJSON shapes to include in each page. Default: 10 |
sortBy | string | false | The criteria by which to sort the GeoJSON shapes. |
start | integer | false | The index of the first GeoJSON shape to include in the current page. Default: 0 |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. |