Reporting API
Create, retrieve, delete, duplicate, and download reports.
Access requirements
To use APIs, you must have a Visier account and authenticate. For more information about authenticating, see API Authentication.
Permission with these capabilities: View Report, Write Report, Export to Excel
Reach out to your administrator for access.
Overview
You can use the Reporting API to create non-versioned reports in the Reports room. Creating a report using the API allows you to determine the structure such as a title and description. To edit other contents of the report, such as columns and group bys, navigate to the Reports room in Visier. For more information, see Reports.
With this API, you can:
- Retrieve a list of reports
- Retrieve a report's details
- Create a report
- Duplicate a report
- Delete a report
- Download a report
Get Started
Everything you need to know to get started with the Reporting API.
Code Samples
Selection of code samples that demonstrate the use of the Reporting API. Copy and edit these code samples to suit your needs.
API Authentication
Use OAuth 2.0 or basic authentication to access Visier's public APIs.
API Reference
Explore the full API reference documentation.
