{ "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\"]}}]}" } ] }