CDS Category
Brief description
CDS category list
Request URL
/api/categories
Method
POST
Return example
{
"code": 0,
"data": [
{
"cat_id": 1,
"cat_name": "Business"
},
{
"cat_id": 2,
"cat_name": "Chess"
},
{
"cat_id": 3,
"cat_name": "Coronavirus"
},
{
"cat_id": 4,
"cat_name": "Crypto"
},
{
"cat_id": 5,
"cat_name": "Global Politics"
}
],
"extra": null
}
Last updated