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

Changes

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

    • added the new optional query request parameter limit

      new-optional-request-parameter

    • added the new optional query request parameter offset

      new-optional-request-parameter

    • added the non-success response with the status 401

      response-non-success-status-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 17 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog