---
title: "Changes to Get a single event"
method: GET
path: "/events/{id}"
---

# Changes to Get a single event

`GET /events/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 50 revisions.

- **2020-08-13** `b2a47c048e83` — 1 breaking, 6 info
- **2020-08-13** `bca9ebb2d24a` — 3 breaking, 2 info
- **2020-08-13** `ddfd4e39c98d` — 5 breaking, 6 info

## Changes

- **2020-08-13** `b2a47c048e83` — 1 breaking, 6 info
  - the `created_at` response's property type/format changed from `integer`/`int64` to ``/`` for status `200`
  - the response optional property `created_at` became not read-only for the status `200`
  - added `#/components/schemas/UnixTime` to the `end` response property `allOf` list for the response status `200`
  - added `#/components/schemas/UnixTime` to the `start` response property `allOf` list for the response status `200`
  - added `#/components/schemas/UnixTimeMillis` to the `created_at` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/UnixTime` from the `end` response property `oneOf` list for the response status `200`
  - removed `#/components/schemas/UnixTime` from the `start` response property `oneOf` list for the response status `200`
- **2020-08-13** `bca9ebb2d24a` — 3 breaking, 2 info
  - the `email` response property's minLength was decreased from `3` to `0` for the response status `200`
  - the `email` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `telephone` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - added `#/components/schemas/Email` to the `email` response property `allOf` list for the response status `200`
  - added `#/components/schemas/Phone` to the `telephone` response property `allOf` list for the response status `200`
- **2020-08-13** `ddfd4e39c98d` — 5 breaking, 6 info
  - added `#/components/schemas/UnixTime` to the `end` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/UnixTime` to the `start` response property `oneOf` list for the response status `200`
  - the `created_at` response's property type/format changed from ``/`` to `integer`/`int64` for status `200`
  - the `email` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the `telephone` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - the response optional property `created_at` became read-only for the status `200`
  - removed `#/components/schemas/Email` from the `email` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/Phone` from the `telephone` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/UnixTime` from the `end` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/UnixTime` from the `start` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/UnixTimeMillis` from the `created_at` response property `allOf` list for the response status `200`

---

[Operation](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api/docs/events/:id/get.md) · [API](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api.md) · [Page](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api/changes/events/:id/get)
