v3

latestOpenAPI 3.0.12026-08-0474115357.9 KB
Organization

Get property

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.

To get organization detail field values which are visible in Jira Service Management, see the Customer Service Management REST API.

Permissions required: Any

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

get/rest/servicedeskapi/organization/{organizationId}/property/{propertyKey}

Path parameters

organizationIdstring required

The ID of the organization from which the property will be returned.

propertyKeystring required

The key of the property to return.

Response

Returns the organization's property.

keystring

The key of the property. Required on create and update.

{"stackTrail":"components:schemas:EntityProperty:properties:value","oasType":"schema","type":"unknown","description":"The value of the property. Required on create and update."}