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

# Get field scheme

`GET /rest/api/3/config/fieldschemes/{id}`

Endpoint for fetching a field association scheme by its ID

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

## Path parameters

- `id` integer, required

## Response `200`

Returned if a field association scheme matches the given scheme ID

- GetFieldAssociationSchemeByIdResponse — Response object for getting a field association scheme by ID.
  - `description` string
  - `fieldsCount` integer
  - `id` string
  - `isDefault` boolean
  - `links` FieldAssociationSchemeLinks
    - `associations` string
    - `projects` string
  - `name` string

## Other responses

- `403` — Returned if the user does not have the required permissions
- `404` — Returned if provided ID does not match any field association schemes

---

[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/5a51740d7ab3/schema)
