Atlassian · Example Payload

Atlassian Atlassiangetdraftworkflow Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiangetdraftworkflow 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": "atlassianGetdraftworkflow",
  "method": "GET",
  "path": "/rest/api/3/workflowscheme/{id}/draft/workflow",
  "summary": "Atlassian Get Issue Types For Workflows In Draft Workflow Scheme",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "{\"defaultMapping\":false,\"issueTypes\":[\"10000\",\"10001\"],\"workflow\":\"jira\"}"
    }
  ]
}