Atlassian · Example Payload

Atlassian Atlassiangetfieldconfigurationschemeprojectmapping Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiangetfieldconfigurationschemeprojectmapping 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": "atlassianGetfieldconfigurationschemeprojectmapping",
  "method": "GET",
  "path": "/rest/api/3/fieldconfigurationscheme/project",
  "summary": "Atlassian Get Field Configuration Schemes For Projects",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "{\"isLast\":true,\"maxResults\":50,\"startAt\":0,\"total\":5,\"values\":[{\"projectIds\":[\"10\",\"11\"]},{\"fieldConfigurationScheme\":{\"id\":\"10002\",\"name\":\"Field Configuration Scheme for software related projects\",\"description\":\"We can use this one for software projects.\"},\"projectIds\":[\"12\",\"13\",\"14\"]}]}"
    }
  ]
}