---
title: "Get projects using notification schemes paginated"
method: GET
path: "/rest/api/2/notificationscheme/project"
tags: ["Issue notification schemes"]
---

# Get projects using notification schemes paginated

`GET /rest/api/2/notificationscheme/project`

Returns a [paginated](#pagination) mapping of project that have notification scheme assigned. You can provide either one or multiple notification scheme IDs or project IDs to filter by. If you don't provide any, this will return a list of all mappings. Note that only company-managed (classic) projects are supported. This is because team-managed projects don't have a concept of a default notification scheme. The mappings are ordered by projectId.

**[Permissions](#permissions) required:** Permission to access Jira.

## Query parameters

- `startAt` string
- `maxResults` string
- `notificationSchemeId` string[]
- `projectId` string[]

## Response `200`

Returned if the request is successful.

- PageBeanNotificationSchemeAndProjectMappingJsonBean — A page of items.
  - `isLast` boolean — Whether this is the last page.
  - `maxResults` integer — The maximum number of items that could be returned.
  - `nextPage` string, uri — If there is another page of results, the URL of the next page.
  - `self` string, uri — The URL of the page.
  - `startAt` integer — The index of the first item returned.
  - `total` integer — The number of items returned.
  - `values` NotificationSchemeAndProjectMappingJsonBean[] — The list of items.
    - `notificationSchemeId` string
    - `projectId` string

## Other responses

- `400` — Returned if search criteria are invalid, strings vs numbers for projectId, notificationSchemeId, startAt and maxResult
- `401` — Returned if the authentication credentials are incorrect or missing.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api/versions/a26541c2f8bd/schema)
