Retrieving Reports
To retrieve reports from the Reporting API, you'll need to make HTTP GET request to the following endpoint to request the appropriate report.
GET /data/api/v1/{categoryName}/{reportName}
Parameters:
categoryName
refers to the defined report category (e.g.,standard
).reportName
is the name of the specific report within that category.
For more details on standard report list, refer to the Standard Reporting API.
Last updated
Was this helpful?