Soti MobiControl Reports via API

Solved
EC
Enric Correa Yusa
mercadona001

Hi everyone,

Is there any way to execute and export MobiControl reports via an API?

Regards.

yesterday
SOTI MobiControl
ANSWERS

Should be possible, search for clear reports sections in the API documentation.

I think it should be like:

  1. /reports/files to get all reports
  2. grab the id of the report you want out of that list
  3. /reports/queue/{referenceId}/export to generate and download the relevant report

But as i never used it, no guarantee that this is the 100% right way to go.

Otherwise, do it manually once over the ui and greb relevant details from developer tools.

Solution