v3

latestOpenAPI 3.0.12026-07-31240345599.7 KB
Team Policies

List team policies

List team policies

get/api/{cloudId}/v1/teams/{teamId}/policies

Path parameters

teamIdstring required

The jira team identifier

Query parameters

type'notification' | 'alert' required

The type of policy. alert or notification

sizeinteger

The limit parameter controls the maximum number of items that may be returned for a single request.

offsetinteger

The offset parameter controls the starting point within the collection of resource results.

Response

Returned if the request is successful.

OR

Example response

{
  "values": [
    {
      "type": "alert",
      "id": "69291859-ed73-4396-8b74-c61a3c810cdf",
      "name": "FE Daily On-call Policy",
      "order": 1
    }
  ],
  "links": {
    "next": "/v1/teams/{teamId}/policies?offset=1&size=1&type=notification"
  }
}