Atlassian · Example Payload

Atlassian Atlassiangetsecuritylevels Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiangetsecuritylevels 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": "atlassianGetsecuritylevels",
  "method": "GET",
  "path": "/rest/api/3/issuesecurityschemes/level",
  "summary": "Atlassian Get Issue Security Levels",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "{\"isLast\":true,\"maxResults\":50,\"startAt\":0,\"total\":1,\"values\":[{\"description\":\"Only the reporter and internal staff can see this issue.\",\"id\":\"10021\",\"isDefault\":true,\"issueSecuritySchemeId\":\"10001\",\"name\":\"Reporter Only\",\"self\":\"https://your-domain.atlassian.net/rest/api/3/issuesecurityscheme/level?id=10021\"}]}"
    },
    {
      "status": "400",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"-1000 is not a valid value. id must be zero or a positive integer.\"],\"errors\":{}}"
    },
    {
      "status": "403",
      "contentType": "application/json",
      "example": "{\"errorMessages\":[\"You are not authorized to perform this action. Administrator privileges are required.\"],\"errors\":{}}"
    }
  ]
}