{ "operationId": "getGroup", "method": "GET", "path": "/services/configuration/groups/{Id}", "summary": "Oracle Goldengate Retrieve a Compare Group", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Getgroup200Example", "example": { "id": "abc123", "name": "Example Title", "description": "A sample description.", "sourceConnectionId": "500123", "targetConnectionId": "500123", "profileId": "500123", "comparePairCount": 10 } } ] }