{ "operationId": "atlassianGetissuesecuritylevel", "method": "GET", "path": "/rest/api/3/securitylevel/{id}", "summary": "Atlassian Get Issue Security Level", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": "{\"description\":\"Only the reporter and internal staff can see this issue.\",\"id\":\"10021\",\"name\":\"Reporter Only\",\"self\":\"https://your-domain.atlassian.net/rest/api/3/securitylevel/10021\"}" } ] }