---
title: "Get field configuration schemes for projects"
method: GET
path: "/rest/api/3/fieldconfigurationscheme/project"
tags: ["Issue field configurations"]
deprecated: true
---

# Get field configuration schemes for projects

`GET /rest/api/3/fieldconfigurationscheme/project`

> **Deprecated.**

Deprecated, use [ Field schemes](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-field-schemes/#api-group-field-schemes) which supports field association schemes.

Returns a [paginated](#pagination) list of field configuration schemes and, for each scheme, a list of the projects that use it.

The list is sorted by field configuration scheme ID. The first item contains the list of project IDs assigned to the default field configuration scheme.

Only field configuration schemes used in classic projects are returned.

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

## Query parameters

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

## Response `200`

Returned if the request is successful.

- PageBeanFieldConfigurationSchemeProjects — 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` FieldConfigurationSchemeProjects[] — The list of items.
    - `fieldConfigurationScheme` FieldConfigurationScheme — Details of a field configuration scheme.
      - `description` string — The description of the field configuration scheme.
      - `id` string, required — The ID of the field configuration scheme.
      - `name` string, required — The name of the field configuration scheme.
    - `projectIds` string[], required — The IDs of projects using the field configuration scheme.

## Other responses

- `400` — Returned if the request is not valid.
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user does not have the necessary permission.

---

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