Skip to main content
POST
Find Adjustments (Advanced)
Retrieve a paginated list of reporting adjustments. Supports search filters, sorting, and pagination to help you find and browse adjustments programmatically. Pagination is controlled through the page and page_size query parameters, not the JSON request body. For example, ?page=2&page_size=100 returns the second page of 100 results.

Authorizations

X-Eflow-Api-Key
string
header
required

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

Query Parameters

page
integer
default:1

The page of results to retrieve.

Required range: x >= 1
page_size
integer
default:50

The number of results to return per page.

Required range: x >= 1

Body

application/json
from
string
required

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

to
string
required

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

timezone_id
integer

Timezone ID for the report.

query
object

Response

200 - application/json
adjustments
object[]
paging
object