Describe Contact Types
Scope: | get_ref_contact_types |
App Type: | Agency |
Authorization Type: | Access token |
Url: | v3/system/contact/types?lang={lang}&offset={offset}&limit={limit} |
HTTP Method: | GET |
Response Information
application/json
{ "contactTypes": [ { "id": "sample string 1", "display": "sample string 2" } ], "page": { "totalRows": 1, "hasMore": true } }