How to get changeset statistics
Each successful write transaction to an interactive map layer is stored as a single changeset, which can contain modifications applied to one or more features.
The following request retrieves statistics about changesets within an interactive map layer:
GET /<Base path for the interactive API from the API Lookup Service>/layers/{layerId}/changesets/statistics
Host: <Hostname for the interactive API from the API Lookup Service>
Authorization: Bearer <Authorization Token>
Cache-Control: no-cacheThis request returns the following sample response:
{
"type": "ChangesetsStatisticsResponse",
"minVersion": 0,
"maxVersion": 4
}Note
You can alternatively use an API Key instead of an OAuth bearer token in an authorization header.
Updated 25 days ago