---
title: "GET /v1/announcements/{announcementId}"
method: GET
path: "/v1/announcements/{announcementId}"
---

# GET /v1/announcements/{announcementId}

`GET /v1/announcements/{announcementId}`

Get an announcement info.

## Path parameters

- `announcementId` string, uuid, required

## Response `200`

Announcement info retrieved.

- object
  - `id` string, uuid
  - `userRoles` string[]
  - `params` object
  - `createdAt` string, date-time
  - `expiresAt` string, date-time
  - `status` string
  - `filters` object[]
    - `section` string
    - `question` string
    - `answers` string[]
  - `sendEmail` boolean
  - `type` 'LOG_IN' | 'HOMEPAGE'

## Other responses

- `400` — Bad request
- `401` — Not authorized
- `500` — An error occurred

## Changes

- **2024-08-28** `795ad2980be7` — 1 warning, 4 info
  - removed the optional property `template` from the response with the `200` status
  - added the optional property `filters` to the response with the `200` status
  - added the optional property `sendEmail` to the response with the `200` status
  - added the optional property `status` to the response with the `200` status
  - …1 more
- **2024-08-23** `d6bfb6124af3` — 1 info
  - added the optional property `template` to the response with the `200` status
- **2024-08-21** `0c948c7ad249` — 1 warning
  - removed the optional property `template` from the response with the `200` status
- **2024-08-20** `7ce9c180a1fe` — 3 warning, 1 info
  - added the new `DEPRECATED` enum value to the `template` response property for the response status `200`
  - added the new `FILTERED` enum value to the `template` response property for the response status `200`
  - added the new `GENERIC` enum value to the `template` response property for the response status `200`
  - removed the `0` enum value from the `template` response property for the response status `200`
- **2023-05-16** `ec1e211b55d9` — 1 breaking
  - added the new path request parameter `announcementId`

[Full history](https://skmtc.dev/nhs/apis/admin-api-nhs-innovation-service/changes/v1/announcements/:announcementId/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.dev/nhs/apis/admin-api-nhs-innovation-service/revisions/795ad2980be7?raw)
