---
title: "Get more notifications based on a certain one"
method: GET
path: "/fyi/notifications/more"
tags: ["FYI"]
---

# Get more notifications based on a certain one

`GET /fyi/notifications/more`

## Query parameters

- `id` string, required

## Response `200`

An array

- object[]
  - `D` string — notification date
  - `ID` string — unique way to reference this notification
  - `FC` string — FYI code, we can use it to find whether the disclaimer is accepted or not in settings
  - `MD` string — content of notification
  - `MS` string — title of notification
  - `R` string — 0-unread, 1-read

---

[API](https://skmtc.dev/interactivebrokers/apis/client-portal-web-api.md) · [All operations](https://skmtc.dev/interactivebrokers/apis/client-portal-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interactivebrokers/client-portal-web-api/revisions/32edbfe496d1/schema)
