v1
latestOpenAPI 3.0.02026-07-2496664456.3 KBReportExport
List up report exports.
List up report exports in the given Workplace or AdAccount or Product.
get/cm/v1/report-exports
Query parameters
ad_account_idstring
ID of the AdAccount to list up report exports.
product_idstring
ID of the Product to list up report exports.
Response
A successful response.
Example response
{
"report_exports": [
{
"id": "sampleReportExportId",
"workplace_id": "samplePlatformId",
"ad_account_id": "sampleAdAccountId",
"product_id": "sampleProductId",
"partner": "SINGULAR",
"created_at": "2020-01-03T03:12:50.124101982Z",
"updated_at": "2020-01-03T03:24:21.109821241Z"
},
{
"id": "anotherReportExportId",
"workplace_id": "samplePlatformId",
"ad_account_id": "anotherAdAccountId",
"product_id": "anotherProductId",
"partner": "SINGULAR",
"created_at": "2020-01-03T03:12:50.124101982Z",
"updated_at": "2020-01-03T03:24:21.109821241Z"
}
]
}