Skip to main content
Version: 5.7.0

Report

Report is a new service that allows devs to retrieve user-analytics-report data programmatically via S2S and cloud-code.

API Summary

  • SysGetLatestReport - Returns the latest report for the given criteria.
  • SysGetReport - Returns the full report for the given reportId, if it exists.
  • SysGetReportForStartDate - Returns the report matching given subject, recurrence and startDate criteria, if it exists.
  • SysListLatestReports - Returns a list of the metadata for the latest reports for the given report options.
tip

All the client APIs that the names beigin with "Sys" are also available to S2S. For the usages of the S2S report APIs (if they are not listed at this section), refer to brainCloud client report APIs.