Locations Export API
Version 2.1.0
Select...

Returns delta points

This endpoint returns the changes that have occurred to points on the date specified by the updateId. The updateId parameter must be formatted as 'yyyyMMdd', representing a date that is in the past and not older than 14 days from the current date. For example, if today is July 25, 2019, a valid updateId could be '20190725'. This allows you to query for delta points updates within a specific timeframe, ensuring that you can track changes over a recent period.

SecurityAUTH-KEY
Request
path Parameters
updateId
required
string

Delta update ID must have the following format: 'yyyyMMdd', to be in the past and not older than 14 days. Example: '20190725'.

Responses
200

OK

401

Unauthorized

403

Forbidden

404

Not Found

get/export/updates/{updateId}
Request samples
Response samples
application/json
{
  • "points": [
    ]
}