GET api/2.0/crm/contact/{contactid}/tag
Returns a list of all the tags for the contact with the ID specified in the request.
Name |
Description |
Type |
Example |
contactid
sent in body
|
Contact ID
|
number
|
1234
|
GET api/2.0/crm/contact/{contactid}/tag
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"contactid": 1234
}