Atlassian · Example Payload

Atlassian Atlassiangetcustomfieldconfiguration Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassiangetcustomfieldconfiguration 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": "atlassianGetcustomfieldconfiguration",
  "method": "GET",
  "path": "/rest/api/3/app/field/{fieldIdOrKey}/context/configuration",
  "summary": "Atlassian Get Custom Field Configurations",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "{\"isLast\":true,\"maxResults\":1000,\"startAt\":0,\"total\":2,\"values\":[{\"id\":\"10000\",\"fieldContextId\":\"10010\"},{\"id\":\"10001\",\"fieldContextId\":\"10011\",\"configuration\":{\"minValue\":0,\"maxValue\":10000},\"schema\":{\"properties\":{\"amount\":{\"type\":\"number\"},\"currency\":{\"type\":\"string\"}},\"required\":[\"amount\",\"currency\"]}}]}"
    }
  ]
}