---
title: "GET /v1/announcements"
method: GET
path: "/v1/announcements"
tags: ["[v1] Announcements"]
---

# GET /v1/announcements

`GET /v1/announcements`

Returns announcements list

## Response `200`

Success

- object
  - `count` integer, required
  - `data` object[]
    - `id` string, uuid, required
    - `title` string, required
    - `startsAt` string, date-time, required
    - `expiresAt` string, date-time, nullable, required
    - `status` 'SCHEDULED' | 'ACTIVE' | 'DONE' | 'DELETED'
    - `type` 'LOG_IN' | 'HOMEPAGE'

## Changes

- **2024-11-07** `bf0b42ebdc02` — 1 breaking, 2 info
  - the response's body type changed from `array` to `object` for status `200`
  - added the optional property `data` to the response with the `200` status
  - added the required property `count` to the response with the `200` status
- **2024-08-28** `795ad2980be7` — 1 warning
  - removed the optional property `items/template` from the response with the `200` status
- **2024-08-23** `d6bfb6124af3` — 1 info
  - added the optional property `items/template` to the response with the `200` status
- **2024-08-21** `0c948c7ad249` — 1 warning
  - removed the optional property `items/template` from the response with the `200` status
- **2024-08-20** `7ce9c180a1fe` — 3 warning, 1 info
  - added the new `DEPRECATED` enum value to the `items/template` response property for the response status `200`
  - added the new `FILTERED` enum value to the `items/template` response property for the response status `200`
  - added the new `GENERIC` enum value to the `items/template` response property for the response status `200`
  - removed the `0` enum value from the `items/template` response property for the response status `200`

[Full history](https://skmtc.dev/nhs/apis/admin-api-nhs-innovation-service/changes/v1/announcements/get.md)

---

[API](https://skmtc.dev/nhs/apis/admin-api-nhs-innovation-service.md) · [All operations](https://skmtc.dev/nhs/apis/admin-api-nhs-innovation-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nhs/admin-api-nhs-innovation-service/revisions/e3ae090557ab/schema)
