CollaborateMD: What format do the Web Reports get sent in once the Web API feature is enabled?

  • Updated

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:

  1. Decode the data.
  2. 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.

Additional Information

CollaborateMD: Web API

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.