cURL
curl --request POST \ --url https://api.eflow.team/v1/networks/reporting/adjustmentstable \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "from": "<string>", "to": "<string>", "timezone_id": 123, "search_terms": [ {} ], "filters": {} } '
{ "adjustments": [ {} ], "paging": { "page": 123, "page_size": 123, "total_count": 123 } }
Retrieve a paginated list of reporting adjustments. Supports search filters, sorting, and pagination to help you find and browse adjustments programmatically.
The Everflow API key generated from the Control Center > Security.
Start date (format: YYYY-MM-DD).
End date (format: YYYY-MM-DD).
Timezone ID for the report.
Text search filters.
Structured filters to narrow results.
OK
Show child attributes
Was this page helpful?