v1

latestOpenAPI 3.0.12026-07-24110189356.6 KB
Read Features

Get features by ID

Returns all the features found for the provided list of IDs. The response is always a FeatureCollection, even if there are no features with the provided IDs.

get/layers/{layerId}/features

Path parameters

layerIdstring required

The unique identifier of the layer.

Query parameters

idstring[]

A comma separated list of unique feature identifiers. These are the acceptable formats for this field:

  • id=value1,value2
  • id=value1,id=value2

not required when eraseContent=true is used.

selectionstring[]

A list of properties to be returned in the features result list. Multiple attributes can be specified by using comma(,).

Example: ?selection=p.name,p.capacity,p.color,rootpropertyname

  • !geometry : special value to omit geometries
force2Dboolean

If set to true the features in the response have only X's and Y's as coordinates.

versionRefstring

The query parameter used to specify the target version reference when reading or writing features. A reference describes a target tag or a version.

Default is: HEAD

<br> Depending on the use-case it can be necessary to specify a range of versions rather than only one version. In such a case the version part of the Ref would look like: `<start>..<end>`

Where <start> is the start of the range (exclusive) and <end> is the end of the range (inclusive).

Another way of specifying a version range is using the star-symbol: *

Using * refers to "all available versions" in the space or branch and is only applicable in the cases in which a version range may be provided.

<br> Samples: - `42` points to version 42 - `HEAD` points to the latest version - `myTag` points to the version of the tag with ID "myTag" - `0..HEAD` points to all available versions - `*` also points to all versions (short form) - `5..10` points to the versions in the interval `]5, 10]`
authorstring

Filter the results per author.

Response

An array of features response.