Endpoints

Below is a table of the API endpoints for the CPM Reporting API.

Endpoint Method Description Request Parameters Response Format
https://{{ReportingApiDomain}}/api/v1/elements GET Retrieves a list of elements
  • Skip: int
    Number of records to skip.
  • Take: int
    Number of records to take, if not specified the default max (500 elements) will be applied.
  • facetName: string
    To filter elements by facet name using exact match.
JSON
https://{{ReportingApiDomain}}/api/v1/facets GET Retrieve a list of facet names None JSON