Atlassian · Example Payload

Atlassian Atlassiangetallfieldconfigurationschemes Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiangetallfieldconfigurationschemes 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": "atlassianGetallfieldconfigurationschemes",
  "method": "GET",
  "path": "/rest/api/3/fieldconfigurationscheme",
  "summary": "Atlassian Get All Field Configuration Schemes",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "{\"isLast\":true,\"maxResults\":10,\"startAt\":0,\"total\":3,\"values\":[{\"id\":\"10000\",\"name\":\"Field Configuration Scheme for Bugs\",\"description\":\"This field configuration scheme is for bugs only.\"},{\"id\":\"10001\",\"name\":\"Field Configuration Scheme for software related projects\",\"description\":\"We can use this one for software projects.\"},{\"id\":\"10002\",\"name\":\"Field Configuration Scheme for Epics\",\"description\":\"Use this one for Epic issue type.\"}]}"
    }
  ]
}