55 lines
1.5 KiB
Markdown
55 lines
1.5 KiB
Markdown
---
|
|
name: transactions-routes
|
|
description: Handle 5 OpenAPI operation(s) under /transactions for the transactions route group.
|
|
---
|
|
|
|
# transactions API Routes
|
|
|
|
Handle 5 OpenAPI operation(s) under /transactions for the transactions route group.
|
|
|
|
Use the generated operation tools to make real API calls. Do not invent API responses.
|
|
If a tool reports missing setup, return the exact setup field name to the caller.
|
|
For write, update, or delete operations, state the intended action before calling the tool.
|
|
|
|
## Operations
|
|
|
|
### transactions_get
|
|
|
|
- Operation ID: `transactions_get`
|
|
- Route: `POST /transactions/get`
|
|
- Mode: WRITE
|
|
- Summary: Get transaction data
|
|
- Body: JSON request body accepted.
|
|
|
|
### transactions_refresh
|
|
|
|
- Operation ID: `transactions_refresh`
|
|
- Route: `POST /transactions/refresh`
|
|
- Mode: WRITE
|
|
- Summary: Refresh transaction data
|
|
- Body: JSON request body accepted.
|
|
|
|
### transactions_recurring_get
|
|
|
|
- Operation ID: `transactions_recurring_get`
|
|
- Route: `POST /transactions/recurring/get`
|
|
- Mode: WRITE
|
|
- Summary: Fetch recurring transaction streams
|
|
- Body: JSON request body accepted.
|
|
|
|
### transactions_sync
|
|
|
|
- Operation ID: `transactions_sync`
|
|
- Route: `POST /transactions/sync`
|
|
- Mode: WRITE
|
|
- Summary: Get incremental transaction updates on an Item
|
|
- Body: JSON request body accepted.
|
|
|
|
### transactions_enrich
|
|
|
|
- Operation ID: `transactions_enrich`
|
|
- Route: `POST /transactions/enrich`
|
|
- Mode: WRITE
|
|
- Summary: Enrich locally-held transaction data
|
|
- Body: JSON request body accepted.
|