Search reports for a specific customer

Example:

{
    "startRow": 0,
    "endRow": 20,
    "sorts": [
        {
            "dir": "desc",
            "field": "createdDate"
        }
    ],
    "filtersOperator": "and",
    "filters": [
        {
            "field": "customer",
            "operator": "equals",
            "value": "2d037b9f-350d-4069-9a19-99b4f67dbf3a"
        }
    ]
}
Language
Credentials
OAuth2
Missing 1 required scope
Click Try It! to start a request and see the response here!