---
title: "GET /user/{userID}/feature-announcement/{itemId}"
method: GET
path: "/user/{userID}/feature-announcement/{itemId}"
tags: ["feature-announcement"]
---

# GET /user/{userID}/feature-announcement/{itemId}

`GET /user/{userID}/feature-announcement/{itemId}`

view for updating the feature display.

## Path parameters

- `userID` integer, required
- `itemId` integer, required

## Headers

- `Cache-Control` string
- `User-Agent` string, required
- `X-Bunq-Language` string
- `X-Bunq-Region` string
- `X-Bunq-Client-Request-Id` string
- `X-Bunq-Geolocation` string
- `X-Bunq-Client-Authentication` string, required

## Response `200`

view for updating the feature display.

- FeatureAnnouncementRead
  - `avatar` Avatar
    - `uuid` string — The public UUID of the avatar.
    - `anchor_uuid` string — The public UUID of object this avatar is anchored to.
    - `image` Image[] — The actual image information of this avatar.
      - `attachment_public_uuid` string — The public UUID of the public attachment containing the image.
      - `content_type` string — The content-type as a MIME filetype.
      - `height` integer — The image height in pixels.
      - `width` integer — The image width in pixels.
    - `style` string — The style (if applicable) for this Avatar.
  - `title` string — The event overview title of the feature display
  - `sub_title` string — The event overview subtitle of the feature display
  - `type` string — The type of the feature announcement so apps can override with their own stuff if desired

## Other responses

- `400` — This is how the error response looks like for 4XX response codes

---

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