Extract features

Role required

ORG_VIEWER

Path Params
string
required

The id of the organization

string
required

The id of the collection

Query Params
int32
Defaults to 5000

Specifies the number of features that will be returned in a single response.

  • Default page size: 5000
  • Cannot be higher than the global maximum page size limit parameter (5000).
int32
Defaults to 0

The start index is the number of features to skip from the resultset when extracting features. It is used for paging.

string

The bounding box.

  • Optional parameter used to limit the extracted features to the ones that intersect the bounding box.

  • The bounding box is assumed to be in EPSG:4326 unless specified otherwise in parameter bboxCrs.

string
Defaults to EPSG:4326

The coordinate reference system of the bounding box.

  • If not specified, the bounding box is assumed to be in CRS EPSG:4326.
string

Determines which features will be included in the resultset. CQL expression to define attribute and spatial conditions of the filter. Only features that pass the filter will be included.

string
Defaults to EPSG:4326

The coordinate reference system of the resultset.

  • If not specified, the resultset will be in CRS EPSG:4326.
boolean

Features returned as centroids.

  • If not specified, or false, the resultset will consist or original geometries. If true, centroids will be returned.
attributes
array of strings

Attribute(s) to extract (comma separated)

attributes
Headers
string
enum
Defaults to application/geo+json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/geo+json
application/json