Get a feature by ID
Retrieves the feature with the provided identifier.
Path parameters
The unique identifier of the space.
The unique identifier of a feature in the space.
Query parameters
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
If set to true the features in the response have only X's and Y's as coordinates.
The context where the operation will be performed on a composite space. If not specified, the operation occurs based on the extension rules. For additional information, see Space.extends.
Available context are:
| Context | Description |
|---|---|
| default | The default value if none is given. For composite spaces the operation occurs based on the extension rules. For normal spaces this is the only valid context. |
| extension | The operation will be executed only in the extension and no operation will be performed in the extended space. |
| super | Only applicable for read-operations. The operation will be executed only in the space being extended (super space). |
The query parameter used to specify the version of a feature or feature collection to be loaded.
Multiple versions of the same feature can be loaded when the value star '*' is used. Example:
/features?id=F1,F2&version=* or /features/F1?version=*
The query parameter used to specify the version reference pointing to a tag or a version with also the possibility to use the star '*' to load all versions or 'HEAD' to load the latest available version.
Filter the results per author.
Response
A feature response.