---
title: "Get property"
method: GET
path: "/rest/servicedeskapi/organization/{organizationId}/property/{propertyKey}"
tags: ["Organization"]
---

# Get property

`GET /rest/servicedeskapi/organization/{organizationId}/property/{propertyKey}`

Returns the value of an organization property. Use this method to obtain the JSON content for an organization's property. Organization properties are a type of entity property which are available to the API only, and not shown in Jira Service Management. [Learn more](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).

To get organization detail field values which are visible in Jira Service Management, see the [Customer Service Management REST API](https://developer.atlassian.com/cloud/customer-service-management/rest/v1/api-group-organization/#api-group-organization).

**[Permissions](#permissions) required**: Any

**Response limitations**: Customers can only access properties of organizations of which they are members.

## Path parameters

- `organizationId` string, required
- `propertyKey` string, required

## Response `200`

Returns the organization's property.

- EntityProperty — An entity property, for more information see [Entity properties](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
  - `key` string — The key of the property. Required on create and update.
  - `value` unknown

## Other responses

- `400` — Returned if the organization ID is invalid.
- `401` — Returned if the user is not logged in.
- `403` — Returned if the user does not have permission to complete this request.
- `404` — Returned if the organization or property do not exist.
- `500` — Internal Server Error.

---

[API](https://skmtc.net/atlassian/apis/service-management-public-rest-api.md) · [All operations](https://skmtc.net/atlassian/apis/service-management-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/service-management-public-rest-api/revisions/3cf1fe47664a/schema)
