Export Report via JSON API

Can SuiteCRM Reports be accessed via the JSON V8 API (SuiteCR7.12.3)? For example, I’d like to export a pre-existing report as a CSV file, using the API.

I doubt that is possible, unless you develop a custom API call or a custom entry-point.

I believe Reports could be automatically emailed, would that be a suitable alternative approach for your integration?

I need to process the CSV data a bit and sFTP to a vendor server. The content is sensitive so I’d prefer to avoid email. If the Report module can’t save the CSV locally (on our SuiteCRM VM), I’ll need to pull the data directly from the API, and skip the Report module.

Feature request (or addon idea): sFTP Scheduled Reports