GET /v1/entities/{entityType}/{entityId}/stream
GET/v1/entities/{entityType}/{entityId}/stream
CodeMeta OS API endpoint.
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
entityTypeerforderlich | string | |
entityIderforderlich | string | |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/entities/{entityType}/{entityId}/stream \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt
const result = await cm.entities.get();
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |