Atlassian · Example Payload

Atlassian Atlassiangetbanner Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiangetbanner 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": "atlassianGetbanner",
  "method": "GET",
  "path": "/rest/api/3/announcementBanner",
  "summary": "Atlassian Get Announcement Banner Configuration",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "{\"hashId\":\"9HN2FJK9DM8BHRWERVW3RRTGDJ4G4D5C\",\"isDismissible\":false,\"isEnabled\":true,\"message\":\"This is a public, enabled, non-dismissible banner, set using the API\",\"visibility\":\"public\"}"
    },
    {
      "status": "403",
      "contentType": "application/json",
      "example": "\"Only admins can read banner configuration.\""
    }
  ]
}