Return a list of reports and all available columns in each report.
Url Parameters
• companyid – Your company id.
Sample Request
GET api/report/insights/v2/{companyid}/columns
Sample Response
{
"items": {
"Live Site Product": {
"Brand": "Brand",
"ProductName": "Product Name",
"GTIN": "GTIN",
"MAPValue": "MAP Value",
"MSRP": "MSRP"
},
"Live Site Question": {
"Date": "Date",
"SiteId": "Site ID",
"SiteName": "Website Name",
"Url": "URL"
}
}
}