Entries/Places
List clearance of places
Returns a list of places with pending clearance on behalf of the requesting organization in chronological order.
Requests must include the API token of the organization.
get/places/clearance
Query parameters
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
[
{
"place_id": "7cee99c287094a94acbdcf29ffff2e85",
"created_at": 1547403509000,
"last_cleared_revision": 23
}
]