Workflow

When you generate a report, data is retrieved from the Mart Server via CURL commands or REST APIs.

The components involved in reporting are as follows:

  • CURL commands or REST APIs
  • Predefined XML-based report definitions
  • Mart Server
  • Mart database, which is the data source for the Mart Server

The following steps describe the report generation process:

  1. Authenticate yourself using your Mart Server credentials and generate a bearer token.
  2. Use CURL commands or REST API endpoints to connect to the Mart Server using a bearer token.
  3. Generate the required predefined report in the XML format.