Atlassian · Example Payload

Atlassian Atlassiangetallworkflows Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiangetallworkflows 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": "atlassianGetallworkflows",
  "method": "GET",
  "path": "/rest/api/3/workflow",
  "summary": "Atlassian Get All Workflows",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "[{\"default\":true,\"description\":\"A classic Jira workflow\",\"lastModifiedDate\":\"01-01-2011\",\"lastModifiedUser\":\"admin\",\"lastModifiedUserAccountId\":\"5b10a2844c20165700ede21g\",\"name\":\"classic workflow\",\"steps\":5}]"
    }
  ]
}