---
title: "Get outdated entries"
method: GET
path: "/places/not-updated"
tags: ["Entries/Places"]
---

# Get outdated entries

`GET /places/not-updated`

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.

## Query parameters

- `since` integer — Unix time (number of seconds since 00:00::00 1. January, 1970, UTC)
- `limit` integer
- `offset` integer

## Response `200`

Successful response

- array[]
  - union[]
    - union
      - PlaceRoot — Immutable properties of a place
        - `id` string, required — Identifier of a resource
        - `lic` string, required
      - PlaceRevision
        - `created` Activity, required
          - `at` integer, required — Precise Unix time (number of milliseconds since 00:00::00.000 1. January, 1970, UTC) for system-generated time stamps
          - `by` string — An e-mail address.
        - `rev` integer, required — A revision number
        - `tit` string, required
        - `dsc` string, required
        - `loc` Location
          - `deg` number[], required — WGS 84 coordinates (latitude, longitude) in degrees
          - `adr` Address
            - `street` string
            - `city` string
            - `zip` string
            - `country` string
            - `state` string
        - `cnt` Contact
          - `name` string — The full name of a person.
          - `phone` string
          - `email` string — An e-mail address.
        - `hrs` string — The opening hours in OpenStreetMap format. Specification: https://wiki.openstreetmap.org/wiki/Key:opening_hours Reference implementations: https://github.com/opening-hours/ Generator tool: https://projets.pavie.info/yohours/ The service trims leading/trailing whitespaces and stores values as is. Values are currently not validated against the OSM format syntax!
        - `fnd` string, date — The date on which an organization, initiative, or company has been founded or established.
        - `lnk` PlaceLinks
          - `www` string
          - `img` string
          - `img_href` string
        - `tag` Tag[]
      - 'created' | 'confirmed' | 'rejected' | 'archived' — * created = initial status of each revision * confirmed/rejected = after positive/negative review * archived = final status

## Other responses

- `401` — Access token is missing or invalid or the user has insufficient permission

## Changes

- **2022-11-22** `67c87044d2cd` — 3 info
  - added the new optional `query` request parameter `limit`
  - added the new optional `query` request parameter `offset`
  - added the non-success response with the status `401`
- **2022-10-20** `6bc23a5f6a8a` — 1 info
  - endpoint added
- **2020-08-13** `ddfd4e39c98d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api/changes/places/not-updated/get.md)

---

[API](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api.md) · [All operations](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kartevonmorgen/openfairdb-api/revisions/4c454390b099/schema)
