---
title: "List Notifications"
method: POST
path: "/notification.list"
tags: ["Notifications"]
---

# List Notifications

`POST /notification.list`

Retrieves all notifications. A filter can be applied.<p>
See the [App Notifications](https://pricefx.atlassian.net/wiki/display/UNITY/App+Notifications) article for more details.

## Request body

- object
  - `endRow` integer
  - `oldValues` object, nullable
  - `operationType` string
  - `startRow` integer
  - `textMatchStyle` string
  - `data` object
    - `_constructor` string
    - `operator` string
    - `criteria` object[]
      - `fieldName` string
      - `operator` string
      - `value` string

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `startRow` integer
    - `data` Notification[]
      - `typedId` string
      - `lastUpdateDate` string, date-time
      - `dueDate` string, date-time
      - `isRead` boolean
      - `source` string
      - `title` string
      - `message` string
      - `version` integer
      - `actionLabel` string, nullable
      - `actionType` 'UNKNOWN' | 'LINK' | 'DOWNLOAD' | 'INFO_MESSAGE' | 'MESSAGE_LINK' | 'CTX_LINK'
      - `createdBy` integer
      - `topic` 'VALIDATION' | 'CALCULATION' | 'DATA_DOWNLOAD' | 'MESSAGE' | 'GROOVY' | 'SYSTEM_NOTIFICATION'
      - `action` string, nullable
      - `recipientID` integer
      - `validUntil` string, date-time
      - `status` 'UNKNOWN' | 'INFO' | 'WARNING' | 'ERROR' | 'SUCCESS'
      - `createDate` string, date-time
      - `lastUpdateBy` integer
    - `endRow` integer
    - `totalRows` integer
    - `status` integer

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
