v51

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0118684573.2 KB
Entity Management

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.

get/v1/projects/{projectId}/datasets/{name}/entities.geojson

Path parameters

projectIdnumber required

The numeric ID of the Project

namestring required

Name of the Dataset

Query parameters

limitnumber

Impose a limit on the number of entities to extract geoinformation from.

$filterstring

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.

$searchstring

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

object required

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.