Atlassian · Example Payload

Atlassian Atlassianreadworkflowschemes Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassianreadworkflowschemes 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": "atlassianReadworkflowschemes",
  "method": "POST",
  "path": "/rest/api/3/workflowscheme/read",
  "summary": "Atlassian Bulk Get Workflow Schemes",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "projectIds": [
          "10047",
          "10048"
        ],
        "workflowSchemeIds": [
          "3e59db0f-ed6c-47ce-8d50-80c0c4572677"
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "[{\"defaultWorkflow\":{\"description\":\"This is the default workflow for Software Development projects.\",\"id\":\"3e59db0f-ed6c-47ce-8d50-80c0c4572677\",\"name\":\"Default Software Development Workflow\",\"usage\":[{\"issueTypeIds\":[],\"projectId\":\"10047\"}],\"version\":{\"id\":\"657812fc-bc72-400f-aae0-df8d88db3d9g\",\"versionNumber\":1}},\"description\":\"This is the workflow scheme for the Software Development project type.\",\"id\":\"3g78dg2a-ns2n-56ab-9812-42h5j1464567\",\"name\":\"Software Developer Workflow Scheme\",\"projectIdsUsingScheme\":[\"10047\"],\"scope\":{\"project\":{\"id\":\"10047\"},\"type\":\"GLOBAL\"},\"taskId\":\"3f83dg2a-ns2n-56ab-9812-42h5j1461629\",\"version\":{\"id\":\"527213fc-bc72-400f-aae0-df8d88db2c8a\",\"versionNumber\":1},\"workflowsForIssueTypes\":[{\"issueTypeIds\":[\"10013\"],\"workflow\":{\"description\":\"This is the workflow for the Software Development bug issue type.\",\"id\":\"5e79ae0f-ed6c-47ce-8d50-80c0c4572745\",\"name\":\"Software Development Bug Workflow\",\"usage\":[{\"issueTypeIds\":[\"10013\"],\"projectId\":\"10047\"}],\"version\":{\"id\":\"897812dc-bc72-400f-aae0-df8d88fe3d8f\",\"versionNumber\":1}}}]}]"
    }
  ]
}