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