Skip to main content
GET
/
v1
/
report
/
{id}
/
data
/report/:id/data
curl --request GET \
  --url https://api.tagdeliver.com/v1/report/{id}/data \
  --header 'Authorization: Bearer <token>'
{
  "start": "2023-12-25",
  "end": "2023-12-25",
  "title": "<string>",
  "currency": "<string>",
  "table_state": {},
  "results": [
    {}
  ],
  "timeMs": 123,
  "duration": "<string>",
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Unique report ID

Response

200 - application/json
start
string<date>
end
string<date>
title
string
currency
string
table_state
object | null
results
object[]
timeMs
integer
duration
string
success
boolean