---
title: "View announcement"
method: GET
path: "/v1/Announcements/{id}"
tags: ["Announcements"]
---

# View announcement

`GET /v1/Announcements/{id}`

Find a single announcement by ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppModelsAnnouncement
  - `ok` boolean
  - `announcement_id` integer — Primary identifier for this announcement.
  - `created_date` string, date-time — Date the announcement was created.
  - `title` string, required — Title of the announcement.
  - `body_html` string, required — HTML body of the announcement.
  - `enabled` boolean, required — Whether the announcement is currently enabled.
  - `location` 'ALL' | 'AGENT_PORTAL' | 'CUSTOMER_PORTAL' — Location of the announcement.
  - `file_id` integer — File ID attached to the announcement.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Other responses

- `404` — NotFound
- `500` — InternalServerError

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/revisions/135571434f6c/schema)
