Entities Geodata
This endpoint returns the geometry-interpretable value of the geometry attribute of Entities of an entity dataset, in GeoJSON format. No particular ordering is implied.
You can use an OData-style $filter query to filter the entities.
Path parameters
The numeric ID of the Project
Name of the Dataset
Query parameters
Impose a limit on the number of entities to extract geoinformation from.
If provided, will filter responses to those matching the query. Only system-level Entity fields are available to reference. The operators lt, le, eq, neq, ge, gt, not, and, and or are supported, and the built-in functions now, year, month, day, hour, minute, second.
The $search querystring parameter can be used to search entity data (user-defined properties) and the label field, using the same search behavior as the OData Dataset Service.
Response
OK
Value of the geometry attribute (if geometry-interpretable) of Entities of an entity dataset, in GeoJSON format.
Each entity is represented as a GeoJSON feature.