Allows you to retrieve the ContactID and Name of all the contacts in a contact group

GET {{baseUrl}}/ContactGroups?where=<string>&order=<string>

Request Params

KeyDatatypeRequiredDescription
wherestringFilter by an any element
orderstringOrder by an any element

HEADERS

KeyDatatypeRequiredDescription
xero-tenant-idstring(Required) Xero identifier for Tenant

RESPONSES

status: OK

{&quot;Id&quot;:&quot;b825df86-1a72-49c9-97dd-36afc7d04bd5&quot;,&quot;Status&quot;:&quot;OK&quot;,&quot;ProviderName&quot;:&quot;Provider Name Example&quot;,&quot;DateTimeUTC&quot;:&quot;/Date(1551746015603)/&quot;,&quot;ContactGroups&quot;:[{&quot;ContactGroupID&quot;:&quot;d7a86b80-8dac-4d89-a334-9dcf5753676c&quot;,&quot;Name&quot;:&quot;Suppliers&quot;,&quot;Status&quot;:&quot;ACTIVE&quot;,&quot;Contacts&quot;:[],&quot;HasValidationErrors&quot;:false},{&quot;ContactGroupID&quot;:&quot;ab089fd4-012f-4043-a6e4-e7be01e87e50&quot;,&quot;Name&quot;:&quot;Old Group84262&quot;,&quot;Status&quot;:&quot;ACTIVE&quot;,&quot;Contacts&quot;:[],&quot;HasValidationErrors&quot;:false}]}