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
  }
]

Changes

Changed in 3 of the 50 revisions of this API.44

    • the items/last_cleared_revision response's property type/format changed from integer/i64 to integer/int64 for status 200

      response-property-type-changed

  • b2a47c048e8312See the full diff
    • the items/created_at response's property type/format changed from integer/int64 to / for status 200

      response-property-type-changed

    • added UnixTimeMillis to the items/created_at response property allOf list for the response status 200

      response-property-all-of-added

    • the response required property items/created_at became not read-only for the status 200

      response-required-property-became-not-read-only

  • ddfd4e39c98d22See the full diff
    • the items/created_at response's property type/format changed from / to integer/int64 for status 200

      response-property-type-changed

    • the items/last_cleared_revision response's property type/format changed from integer/int64 to integer/i64 for status 200

      response-property-type-changed

    • removed UnixTimeMillis from the items/created_at response property allOf list for the response status 200

      response-property-all-of-removed

    • the response required property items/created_at became read-only for the status 200

      response-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