cURL
curl --request GET \ --url https://docflow.textin.com/api/app-api/sip/platform/v2/category/list \ --header 'x-ti-app-id: <api-key>' \ --header 'x-ti-secret-code: <api-key>'
{ "code": 200, "msg": "<string>", "result": { "total": 100, "page": 1, "page_size": 20, "categories": [ { "id": "1234567890", "name": "Invoice", "description": "Invoice category description", "enabled": 0 } ] } }
Get workspace file category list
Workspace ID
"1234567890"
Page number
Page size
Enabled status
all
1
0
2
Successfully retrieved workspace file category list
Status code
200
Status description
Show child attributes