Request status of all documents
GET //api/docs/list/status HTTP/1.1 Host: api.client.nbcgate.tech Authorization: YOUR_API_KEY Accept: */*
OK
[ { "id": "text", "isShow": "text", "status": 1, "types": 1 } ]
Request document status
types
GET //api/docs/list/status/{types} HTTP/1.1 Host: api.client.nbcgate.tech Authorization: YOUR_API_KEY Accept: */*
{ "status": 1 }