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.
Query parameters
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
[
{
"place_id": "7cee99c287094a94acbdcf29ffff2e85",
"created_at": 1547403509000,
"last_cleared_revision": 23
}
]Changes
Changed in 3 of the 50 revisions of this API.44
- ▲
the
items/last_cleared_revisionresponse's property type/format changed frominteger/i64tointeger/int64for status200response-property-type-changed
- ▲
- ▲
the
items/created_atresponse's property type/format changed frominteger/int64to/for status200response-property-type-changed
- ○
added
UnixTimeMillisto theitems/created_atresponse propertyallOflist for the response status200response-property-all-of-added
- ○
the response required property
items/created_atbecame not read-only for the status200response-required-property-became-not-read-only
- ▲
- ▲
the
items/created_atresponse's property type/format changed from/tointeger/int64for status200response-property-type-changed
- ▲
the
items/last_cleared_revisionresponse's property type/format changed frominteger/int64tointeger/i64for status200response-property-type-changed
- ○
removed
UnixTimeMillisfrom theitems/created_atresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
the response required property
items/created_atbecame read-only for the status200response-required-property-became-read-only
This revision also has 17 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲