GET /v1/me/time-accounts/{accountId}/transactions
GET/v1/me/time-accounts/{accountId}/transactions
CodeMeta OS API endpoint.
Query-Parameter
| Name | Typ | Beschreibung |
|---|
from | string | |
to | string | |
limit | string | |
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
accountIderforderlich | string | |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/me/time-accounts/{accountId}/transactions \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt
const result = await cm.me.get();
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |