GET api/2.0/community/bookmark/tag
Returns a list of all the bookmark tags with a number specifying the tag usage.
This method doesn't have any parameters.
GET api/2.0/community/bookmark/tag
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
application/json
{
"status": 0,
"response": [
{
"name": "Sample tag",
"count": 10
}
]
}
text/xml
<result>
<status>0</status>
<response>
<name>Sample tag</name>
<count>10</count>
</response>
</result>