GET /v1/dms/documents/approval-queue
GET/v1/dms/documents/approval-queue
List DMS documents pending approval for the current user
Query-Parameter
| Name | Typ | Beschreibung |
|---|
limit | integer | |
cursor | string | |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/dms/documents/approval-queue \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt
const result = await cm.dms.list();
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |