Get Saved Report Details
GET https://ads.teads.tv/api/reports/:id
Request:
Field | Type | Description |
Authorization | Header - String | API key |
Success Response (200):
Field | Type | Description |
id | Number | ID of the report |
idProfile | Number | ID of the profile that created the report |
idEntityOwner | Number | ID of the organization |
name | String | Name of the report |
json | Object | Settings for the report |
json.filters | Object | |
json.dimensions | String[] | |
json.metrics | String[] | |
page | Object[] | Pagination details |
page.currentPage | Number | Current page |
page.size | Number |
|
page.totalElements | Number | Number of elements in this page |
page.totalPages | Number | Total number of pages |
Error Response:
Status code | Description |
401 Unauthorized | Missing authorization header |
401 Unauthorized | No valid token found |
403 Forbidden | Cannot access current report |