---
title: "Get field configuration issue type items"
method: GET
path: "/rest/api/2/fieldconfigurationscheme/mapping"
tags: ["Issue field configurations"]
deprecated: true
---

# Get field configuration issue type items

`GET /rest/api/2/fieldconfigurationscheme/mapping`

> **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 issue type items.

Only items 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
- `fieldConfigurationSchemeId` integer[]

## Response `200`

Returned if the request is successful.

- PageBeanFieldConfigurationIssueTypeItem — 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` FieldConfigurationIssueTypeItem[] — The list of items.
    - `fieldConfigurationId` string, required — The ID of the field configuration.
    - `fieldConfigurationSchemeId` string, required — The ID of the field configuration scheme.
    - `issueTypeId` string, required — The ID of the issue type or *default*. When set to *default* this field configuration issue type item applies to all issue types without a field configuration.

## 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.
- `404` — Returned if no field configuration schemes are found.

---

[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)
