cURL
curl --request GET \ --url https://api.myeasol.com/reports/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "name": "<string>", "columns": [ { "id": "<string>", "name": "<string>", "type": "<string>" } ], "filters": [ { "id": "<string>", "name": "<string>", "type": "<string>", "options": [ "<string>" ] } ] } }
id
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
successful
Show child attributes