{ "operationId": "getContactGroups", "method": "GET", "path": "/ContactGroups", "summary": "Xero Retrieves the contact Id and name of each contact group", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "Id": "b825df86-1a72-49c9-97dd-36afc7d04bd5", "Status": "OK", "ProviderName": "Provider Name Example", "DateTimeUTC": "/Date(1551746015603)/", "ContactGroups": [ { "ContactGroupID": "d7a86b80-8dac-4d89-a334-9dcf5753676c", "Name": "Suppliers", "Status": "ACTIVE", "Contacts": [], "HasValidationErrors": false }, { "ContactGroupID": "ab089fd4-012f-4043-a6e4-e7be01e87e50", "Name": "Old Group84262", "Status": "ACTIVE", "Contacts": [], "HasValidationErrors": false } ] } } ] }