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

# Get application property

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

Returns all application properties or an application property.

If you specify a value for the `key` parameter, then an application property is returned as an object (not in an array). Otherwise, an array of all editable application properties is returned. See [Set application property](#api-rest-api-3-application-properties-id-put) for descriptions of editable properties.

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

## Query parameters

- `key` string
- `permissionLevel` string
- `keyFilter` string

## 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.
- `404` — Returned if the application property is not found or the user does not have permission to view it.

---

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