---
title: "GET /api/{version}/organizations/{orgId}/notifications"
method: GET
path: "/api/{version}/organizations/{orgId}/notifications"
tags: ["Notifications"]
---

# GET /api/{version}/organizations/{orgId}/notifications

`GET /api/{version}/organizations/{orgId}/notifications`

## Path parameters

- `orgId` string, required
- `version` string, required

## Query parameters

- `Channel` 'InApp' | 'InMail'
- `Status` 'Created' | 'Archived'
- `skip` integer
- `take` integer

## Response `200`

OK

- NotificationDtoListItemResponse
  - `items` NotificationDtoItemResponse[], nullable
    - `item` NotificationDto
      - `id` string, nullable
      - `title` string, nullable
      - `description` string, nullable
      - `date` string, date-time
      - `targetUser` string, nullable
      - `targetTask` object, nullable
      - `channel` 'InApp' | 'InMail'
      - `status` 'Created' | 'Archived'
      - `organizationId` string, nullable
    - `links` HateoasLink[], nullable
      - `relation` string, nullable
      - `uri` string, nullable
      - `method` string, nullable
  - `totalCount` integer

---

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