---
title: "Get advanced settings"
method: GET
path: "/rest/api/3/application-properties/advanced-settings"
tags: ["Jira settings"]
---

# Get advanced settings

`GET /rest/api/3/application-properties/advanced-settings`

Returns the application properties that are accessible on the *Advanced Settings* page. To navigate to the *Advanced Settings* page in Jira, choose the Jira icon > **Jira settings** > **System**, **General Configuration** and then click **Advanced Settings** (in the upper right).

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

## Response `200`

Returned if the request is successful.

- ApplicationProperty[]
  - `allowedValues` string[] — The allowed values, if applicable.
  - `defaultValue` string — The default value of the application property.
  - `desc` string — The description of the application property.
  - `example` string
  - `id` string — The ID of the application property. The ID and key are the same.
  - `key` string — The key of the application property. The ID and key are the same.
  - `name` string — The name of the application property.
  - `type` string — The data type of the application property.
  - `value` string — The new value.

## Other responses

- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user is not an administrator.

---

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