Circana · Schema

ReportListResponse

Report list response

AnalyticsConsumer DataMarket ResearchRetailCPGPoint Of SaleConsumer InsightsBusiness Intelligence

Properties

Name Type Description
data array Array of report records
pagination object
View JSON Schema on GitHub

JSON Schema

circana-reportlistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReportListResponse",
  "title": "ReportListResponse",
  "type": "object",
  "description": "Report list response",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of report records",
      "items": {
        "$ref": "#/components/schemas/ReportSummary"
      }
    },
    "pagination": {
      "$ref": "#/components/schemas/Pagination"
    }
  }
}