GET api/2.0/project/tag/search This function requires authentication

Description

Returns a list of all the tags by the tag name specified in the request.

Parameters
Name Description Type Example
tagName
sent in url
Tag name string some text
Example
GET api/2.0/project/tag/search
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "tagName": "some text"
}
Returns

List of tags