FAQ
Answers to common questions about Reporting API access, custom dashboards, and the main reporting tables.
How do I enable Reporting API access for a user?
Section titled “How do I enable Reporting API access for a user?”To enable Reporting API access for a specific user email address on your Mindtickle instance:
- Verify admin access: Ensure the user holds an admin role and has access to the Mindtickle admin site. Only users with the following roles are considered admins: site owner, enablement admin, content expert, and IT admin.
- Request access: If the user meets the criteria above, contact Mindtickle Support to enable Reporting API access for their account.
Once enabled, the user can use their email address to import data into business intelligence (BI) tools, such as Tableau, Power BI, and Microsoft Excel.
Can I create customized dashboards using the Reporting API?
Section titled “Can I create customized dashboards using the Reporting API?”Yes. The Reporting API extracts raw, granular data from the Mindtickle platform. You can ingest this data into business intelligence (BI) tools, such as Tableau, Power BI, or Microsoft Excel, to build tailored visualizations and reports. With this you can:
- Design dashboards specific to your organization’s unique KPIs.
- Blend Mindtickle learning data with business performance data from other systems, such as Salesforce, an HRIS, or other data warehouses.
What is the purpose of the LearnerModulePerformances table?
Section titled “What is the purpose of the LearnerModulePerformances table?”The LearnerModulePerformances table is the primary table used for reporting within the Reporting API. It captures the performance data of a learner within a specific module that is part of a specific series. Each row represents a learner, module, and series combination. See Tables: performance and completion.
What is the purpose of the Users table?
Section titled “What is the purpose of the Users table?”The LearnerModulePerformances table contains performance metrics, but it may not include deep learner attributes. To access specific user data points, such as profile fields and KScore, join the LearnerModulePerformances table with the Users table on the unique user ID. See Tables: object metadata.
Which data points are not available for a learner in the LearnerModulePerformances table?
Section titled “Which data points are not available for a learner in the LearnerModulePerformances table?”The LearnerModulePerformances table provides high-level, generic performance metrics for learners across the modules they have been invited to. It does not contain granular, module-specific engagement data or detailed interaction metrics. The following metrics are not available in this table:
- Coaching sessions: Reviewer name, session number, and parameter scores.
- Missions: Reviewer name and parameter scores.
- Assessments: Responses to individual questions.
- Courses: Engagement metrics for specific files or videos.