Category Page Interface
The AnqiCMS category page API supports the following calls: Get document category interface, Get category list interface, Get category details interface, Get single page details interface, Get single page list interface
-
Get Document Category Interface
API call address {domain address}/api/import/categories?token={token} explanation: {domain_address} needs to be replaced with your domain address, {token} needs to be replaced with the Token from the backend content import interface, such as /api/import/categories? -
Get Category List Interface
API call address {domain address}/api/category/listDescription: Replace {domain address} with your domain address, such as /api/category/list API method GETRequest parameters Field name Type Required Description moduleId int No Model ID, can obtain the category list of the specified document model such as moduleId="1" -
Get Category Details Interface
API call address {domain address}/api/category/detail Description: {domain address} needs to be replaced with your domain address, such as /api/category/detail Call method GET Request parameters Field name Type Required Description id int Yes Category ID, if filename is provided, ID is not required filename -
Get Single Page Details Interface
API call address {domain address}/api/page/detail Description: {domain address} needs to be replaced with your domain address, such as /api/page/detail Call method GET Request parameters Field name Type Required Description id int Yes Single page ID, if filename is transmitted, ID can be omitted filename string No -
Get Single Page List Interface
API call address {domain address}/api/page/list Description: {domain address} needs to be replaced with your domain address, such as /api/page/list Call method: GET Request parameters: None Return parameters: Field name Type Description code int Error code msg string Error reason description data object[] Result content da -
Get Model List Interface
-
Get Model Details Interface