Find features by ids
Last updated
Last updated
Description
Retrieve features from a vector layer by ids.
Endpoint
/path/{pathId}/vector/timestamp/{timestampId}/featuresByIds
Method
GET
Access Level
view
Processing units
5
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
allowTrashed
Boolean whether trashed features should also be returned.
false
Default false.
returnType
A string with the type of information to return. Must be one of 'count', 'geometry', 'center', 'properties' 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.
applyStyle
Boolean indicating whether to style the features or leave the styling to the client.
false
Default true.