Atlassian · Example Payload

Atlassian Atlassiangetdefaultprojectclassification Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiangetdefaultprojectclassification 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": "atlassianGetdefaultprojectclassification",
  "method": "GET",
  "path": "/rest/api/3/project/{projectIdOrKey}/classification-level/default",
  "summary": "Atlassian Get The Default Data Classification Level Of A Project",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "{\"classification\":{\"id\":\"ari:cloud:platform::classification-tag/5bfa70f7-4af1-44f5-9e12-1ce185f15a38\",\"status\":\"published\",\"name\":\"Restricted\",\"rank\":1,\"description\":\"Data we hold that would be very damaging and would cause loss of trust with customers and present legal risk if mishandled\",\"guideline\":\"Access to data must be restricted to only individuals who need access in order to perform their job duties.\",\"color\":\"RED\"}}"
    }
  ]
}