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>