Find features by ids

Description

Get feature information of a vector layer.

Endpoint

/path/{pathId}/vector/timestamp/{timestampId}/featuresByIds

Method

GET

Access Level Rules

Access Level

view

Processing Units

Processing units

5

Parameters

NameDescriptionRequiredDefault

pathId

The id of the vector layer.

true

timestampId

The id of the timestamp to get features for.

true

featureIds

Array of ids of features to retrieve.

true

allowDeleted

Boolean whether delete features should also be returned.

false

Default false.

returnType

The type of information to return. Must be one of 'count', 'geometry', 'center', 'metadata' or 'all'.

false

Default 'all'.

style

Either a style id or an object describing the desired style. You can find allowed style objects here: https://docs.ellipsis-drive.com/developers/api-v3/path-vector/styles/add-style

true

Default null.

zipTheResponse

Boolean whether the result should be zipped.

false

Default false.

levelOfDetail

The level of detail on which to retrieve the features. Must be an integer between 1 and 5

false

applyStyle

Boolean indicating whether to style the result

false

Last updated