v1
latestOpenAPI 3.0.02026-07-2496664456.3 KBReport
List up reports.
List up reports in the given Workplace and AdAccount.
get/cm/v1/reports
Query parameters
ad_account_idstring required
ID of the AdAccount to list up reports.
Response
A successful response.
Example response
{
"reports": [
{
"id": "sampleReportId",
"ad_account_id": "sampleAdAccountId",
"date_range": {
"start": "2020-01-01",
"end": "2020-01-02"
},
"dimensions": [
"DATE",
"PRODUCT",
"CAMPAIGN"
],
"created_at": "2020-01-03T03:12:50.124101982Z",
"updated_at": "2020-01-03T03:24:21.109821241Z"
},
{
"id": "anothreReportId",
"ad_account_id": "sampleAdAccountId",
"date_range": {
"start": "2020-01-03",
"end": "2020-01-04"
},
"dimensions": [
"DATE",
"PRODUCT",
"CAMPAIGN",
"AD_GROUP"
],
"created_at": "2020-01-05T03:12:50.124101982Z",
"updated_at": "2020-01-05T03:24:21.109821241Z"
}
]
}