GET api/2.0/crm/{entityType}/tag/{entityid} This function requires authentication

Description

Returns a list of all the tags related to the entity with the ID and type specified in the request.

Parameters
Name Description Type Example
entityType
sent in url
Entity type
Allowed values: contact, opportunity, case
string some text
entityid
sent in url
Entity ID number 1234
Example
GET api/2.0/crm/%22some+text%22/tag/1234
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

Tag