Documentation Index

Fetch the complete documentation index at: https://docx.syndigo.com/llms.txt

Use this file to discover all available pages before exploring further.

Reports and Columns List

Prev Next

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"
    }
  }
}