Atlassian · Example Payload

Atlassian Atlassiangetcontextsforfielddeprecated Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiangetcontextsforfielddeprecated 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": "atlassianGetcontextsforfielddeprecated",
  "method": "GET",
  "path": "/rest/api/3/field/{fieldId}/contexts",
  "summary": "Atlassian Get Contexts For A Field",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "{\"isLast\":false,\"maxResults\":1,\"startAt\":0,\"total\":5,\"values\":[{\"id\":10001,\"name\":\"Default Context\"}]}"
    }
  ]
}