Required role: | User |
GET | /app/contacts |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Contacts | form | List<AppContact> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
DisplayName | form | string | No | |
Address | form | string | No | |
Type | form | AppContactTypes | No | |
CustomerName | form | string | No | |
CanCall | form | bool | No | |
CanChat | form | bool | No |
User | |
Team | |
Contact |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /app/contacts HTTP/1.1 Host: team.evovoice.io Accept: text/csv
HTTP/1.1 200 OK Content-Type: text/csv Content-Length: length {"contacts":[{"displayName":"String","address":"String","type":"User","customerName":"String","canCall":false,"canChat":false}]}