GET api/2.0/crm/{entityType}/tag/{entityid}
Returns a list of all the tags related to the entity with the ID and type specified in the request.
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
|
GET api/2.0/crm/%22some+text%22/tag/1234
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json