List events
GET/v1/events
List events for the active tenant.
Query-Parameter
| Name | Typ | Beschreibung |
|---|---|---|
cursor | string | |
limit | number | |
includeDeleted | boolean |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/events \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt const result = await cm.v1.list(); Antwortcodes
| HTTP | Bedeutung |
|---|---|
200 | Default Response |