Request status of all documents
OK
Request document status
types
const response = await fetch('//api.client.nbcgate.tech/api/docs/list/status', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "id": "text", "isShow": "text", "status": 0, "types": 0 } ]
const response = await fetch('//api.client.nbcgate.tech/api/docs/list/status/{types}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "status": 0 }