v1

latestOpenAPI 3.0.3AGPLv32026-07-17448054.1 KB
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

place_idstring required

Identifier of a resource

created_atinteger required

Precise Unix time (number of milliseconds since 00:00::00.000 1. January, 1970, UTC) for system-generated time stamps

last_cleared_revisioninteger

A revision number

Example response

[
  {
    "place_id": "7cee99c287094a94acbdcf29ffff2e85",
    "created_at": 1547403509000,
    "last_cleared_revision": 23
  }
]