GET /v1/dms/documents/{id}/activity
GET/v1/dms/documents/{id}/activity
Get activity feed for a DMS document
Query-Parameter
| Name | Typ | Beschreibung |
|---|
limit | integer | |
offset | integer | |
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
iderforderlich | string | |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/dms/documents/{id}/activity \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt
const result = await cm.dms.get();
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |