List approval_requests
GET/v1/approval_requests
List approval_requests 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/approval_requests \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt
const result = await cm.approval_requests.list();
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |