block_configurable_reports_get_report_data
Arguments
reportid (Required)
The report id
General structure
int //The report id
REST (POST parameters)
reportid= int
You can also connect to tools like:
- Microsoft PowerBI
- Google Data Studio
- Zoho Analytics
- Tableau
If you have issues with how to add a URL as a datasource within your analytics tool, please contact them for help.
The URL needed from Pluto LMS:
Step 2: Use the following URL format:
xxxxxxxxxxxxxx = your secret and secure token
y = your custom report ID
Use this URL as a template which can be added as a datasource in your 3rd party tool:
https://yourdomain.com/webservice/rest/server.php?wstoken=xxxxxxxxxxxxxx&moodlewsrestformat=json&wsfunction=block_configurable_reports_get_report_data&reportid=y
You will need to get the custom report ID from your LMS:
y would be replaced by an integer
Step 3: The above URL will pull a JSON formatted dataset from Pluto LMS. Formatting and conversion is done by the 3rd party tool. Please contact your 3rd party reporting provider for how to import a URL datasource as JSON.