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
Key | Datatype | Required | Description |
---|---|---|---|
where | string | Filter by an any element | |
order | string | Order by an any element |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
xero-tenant-id | string | (Required) Xero identifier for Tenant |
RESPONSES
status: OK
{"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}]}