Skip to main content
POST
/
networks
/
reporting
/
adjustmentstable
List Adjustments
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
  }
}

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Body

application/json
from
string

Start date (format: YYYY-MM-DD).

to
string

End date (format: YYYY-MM-DD).

timezone_id
integer

Timezone ID for the report.

search_terms
object[]

Text search filters.

filters
object

Structured filters to narrow results.

Response

200 - application/json

OK

adjustments
object[]
paging
object