Atlassian · Example Payload

Atlassian Atlassiangetconfiguration Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiangetconfiguration 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": "atlassianGetconfiguration",
  "method": "GET",
  "path": "/rest/api/3/configuration",
  "summary": "Atlassian Get Global Settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "{\"attachmentsEnabled\":true,\"issueLinkingEnabled\":true,\"subTasksEnabled\":false,\"timeTrackingConfiguration\":{\"defaultUnit\":\"day\",\"timeFormat\":\"pretty\",\"workingDaysPerWeek\":5.0,\"workingHoursPerDay\":8.0},\"timeTrackingEnabled\":true,\"unassignedIssuesAllowed\":false,\"votingEnabled\":true,\"watchingEnabled\":true}"
    }
  ]
}