Issue
What format do the Web Reports get sent in once the Web API feature is enabled?
Environment
CollaborateMD, Roles: Admin, Features: Reports, Web API Reporting
Resolution
For single-customer reporting, the output is provided as a CSV file. If you’re working with the multi-customer endpoint, the output will be a ZIP file containing multiple CSV files.
When the report runs successfully and returns results, the data is provided as a raw byte array of base64-encoded data. To access and use the results:
- Decode the data.
- Save or interpret it as a .zip file to extract the results.
For additional details, please refer to the API Guide, specifically pages 19–22.
Comments
0 comments
Article is closed for comments.