/max/partner/reports

Get a list of generated reports

Query Params
string

Word or phrase to search records for

string

Sort reports by providing a JSON string representing an array of objects; each object should include "id" for the column to sort by and "desc" as a boolean indicating descending (true) or ascending (false) order.

integer

optionally specify which page of results to return

integer
≤ 1500

optionally specify how many results to return, maximum is 1500

string

Used to filter report data by applying one or more conditions. Accepts a URL-encoded JSON array where each object defines a filter with keys: 'operator', 'id', 'value', and 'type'. For example, to filterreports by a specific customer name, use an object like {"operator": "eq", "id": "customer_name", "value": ["example.com"], "type": "multiValue"}.

Headers
string

API version header

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json