Overview
Learn how to generate performance reports and handle pagination effectively.
Duration: 15 minutes | Level: Beginner
Prerequisites
- ✅ API key configured
- ✅ Completed Getting Started tutorial
- ✅ Organization ID
Available Report Types
- Sym Results Report - System-level performance
- User Results Report - Individual user performance
- Training Plan Results - Training plan effectiveness
- Module Results - Module performance data
- Team Results - Team performance metrics
Step 1: Generate a User Results Report
Code
Important: Date range must not exceed 3 months (180 days).
Step 2: Handle Pagination
Reports may contain more than 100 records. Handle pagination:
Code
Step 3: Interpret Report Data
User Results Report Structure:
Code
Key Metrics:
completedSimulations: Number of successfully completed simulationsaverageScore: Average score across all attemptstotalAttempts: Total simulation attempts (including incomplete)
Testing
- Generated a report successfully
- Handled pagination for large result sets
- Respected 3-month date range limit
- Interpreted report metrics correctly
Next Steps
← Back to Tutorials | Next: Bulk Import →
Last modified on