GET api/2.0/crm/contact/{contactid}/tag This function requires authentication

Description

Returns a list of all the tags for the contact with the ID specified in the request.

Parameters
Name Description Type Example
contactid
sent in url
Contact ID number 1234
Example
GET api/2.0/crm/contact/{contactid}/tag
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "contactid": 1234
}
Returns

List of contact tags