Atlassian · Example Payload

Atlassian Atlassiangetallprojectcategories Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiangetallprojectcategories Example is an example object payload from Atlassian, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "atlassianGetallprojectcategories",
  "method": "GET",
  "path": "/rest/api/3/projectCategory",
  "summary": "Atlassian Get All Project Categories",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "[{\"description\":\"First Project Category\",\"id\":\"10000\",\"name\":\"FIRST\",\"self\":\"https://your-domain.atlassian.net/rest/api/3/projectCategory/10000\"},{\"description\":\"Second Project Category\",\"id\":\"10001\",\"name\":\"SECOND\",\"self\":\"https://your-domain.atlassian.net/rest/api/3/projectCategory/10001\"}]"
    }
  ]
}