Document tag interface
The AnqiCMS document tag API interface supports calls: get tag list interface, get tag details interface, get tag document list interface
-
Get the tag list interface
API call address {domain address}/api/tag/list description: {domain address} It needs to be replaced with your domain address, such as /api/tag/list call method GET request parameter Field name Type Required Description itemId int No Document ID, read the tag list of the specified document. If not specified, all tags are read -
Get tag details interface
API call address {domain address}/api/tag/detail description: {domain address} It needs to be replaced with your domain address, such as /api/tag/detail call method GET request parameters Field name Type Required Description id int Yes Tag ID, if filename is passed, you do not need to pass ID filename string No Tag -
Get tag document list interface
API call address {domain address}/api/tag/data/list description: {domain address} It needs to be replaced with your domain address, such as /api/tag/data/list call method GET request parameters Field name Type Required Description id int Yes Tag ID. If filename is passed, you do not need to pass the ID filename stri