GET api/2.0/project/tag/search
Returns a list of all the tags by the tag name specified in the request.
Name |
Description |
Type |
Example |
tagName
sent in body
|
Tag name
|
string
|
some text
|
GET api/2.0/project/tag/search
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"tagName": "some text"
}