cURL
curl --request POST \ --url https://api.myeasol.com/reports/{report_id}/runs \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "column_ids": [ "<string>" ], "interval_start": "<string>", "interval_end": "<string>", "search_query": "<string>", "export_format": "csv" } '
{ "data": { "id": "<string>", "report_id": "<string>", "state": "<string>", "result": "<string>", "column_ids": [ "<string>" ], "search_query": "<string>", "last_updated_since": "<string>", "interval_start": "<string>", "interval_end": "<string>", "filters": {}, "export_format": "csv" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Export format for the report
csv
json
successful
Show child attributes