GET /v1/dms/documents/by-entity
GET/v1/dms/documents/by-entity
Get all DMS documents linked to a specific entity
Query-Parameter
| Name | Typ | Beschreibung |
|---|
entityTypeerforderlich | string | |
entityIderforderlich | string<uuid> | |
limit | integer | |
offset | integer | |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/dms/documents/by-entity \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt
const result = await cm.dms.list();
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |