Get outdated entries
Returns a list of places that have not been changed since the given timestamp. Archived and rejected places are ignored. Only scouts and admins are entitled to invoke this function.
Query parameters
Unix time (number of seconds since 00:00::00 1. January, 1970, UTC)
The point in time from which the places are to be considered up-to-date.
Maximum number of items to return or implicit/unlimited if unspecified.
Number of items to skip in the result list or 0 if unspecified.
The pagination offset is only evaluated in conjunction with the corresponding pagination limit parameter!
Response
Successful response
Example response
[
[
{
"id": "7cee99c287094a94acbdcf29ffff2e85",
"lic": "ODbL-1.0"
}
]
]Changes
Changed in 3 of the 50 revisions of this API.14
- ○
added the new optional
queryrequest parameterlimitnew-optional-request-parameter
- ○
added the new optional
queryrequest parameteroffsetnew-optional-request-parameter
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 17 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲