{ "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\"}]" } ] }