---
title: "Search field scheme projects"
method: GET
path: "/rest/api/2/config/fieldschemes/{id}/projects"
tags: ["Field schemes"]
---

# Search field scheme projects

`GET /rest/api/2/config/fieldschemes/{id}/projects`

REST Endpoint for searching for projects belonging to a given field association scheme

**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

## Path parameters

- `id` integer, required

## Query parameters

- `startAt` integer
- `maxResults` integer
- `projectId` integer[]

## Response `200`

Returns a paginated list of projects associated with the field association scheme, matching the specified filter criteria.

- PageBean2FieldAssociationSchemeProjectSearchResult — 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` FieldAssociationSchemeProjectSearchResult[] — The list of items.
    - `avatarUrls` object
    - `deleted` boolean
    - `id` string
    - `key` string
    - `name` string

## Other responses

- `400` — 400 response
- `401` — 401 response
- `403` — 403 response
- `404` — 404 response

---

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