GET api/2.0/crm/contact/type
Returns the list of all contact types available on the portal
This method doesn't have any parameters
GET api/2.0/crm/contact/type
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
List of all contact types
application/json
{
"status": 0,
"response": [
{
"relativeItemsCount": 1,
"title": "Client",
"description": "",
"sortOrder": 2,
"id": 30
}
]
}
text/xml
<result>
<status>0</status>
<response>
<relativeItemsCount>1</relativeItemsCount>
<title>Client</title>
<description></description>
<sortOrder>2</sortOrder>
<id>30</id>
</response>
</result>