Entries/Places
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.
get/places/not-updated
Query parameters
sinceinteger
Unix time (number of seconds since 00:00::00 1. January, 1970, UTC)
Example:1547403509
The point in time from which the places are to be considered up-to-date.
limitinteger
Example:100
Maximum number of items to return or implicit/unlimited if unspecified.
offsetinteger
Example:1000
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"
}
]
]