This article provides a clear, step-by-step overview of how to access training template information and performance data through the NINJIO API.
API Gateway
All API requests are made through the NINJIO API Gateway:
https://apigw.goninjio.com
Step 1: Generate Your API Keys
Before making any API calls, you'll need to create API keys. These can be generated by following the instructions here:
How to Generate API Keys
https://help.ninjio.com/hc/en-us/articles/39804692379796-Generating-API-Keys
Step 2: Retrieve Training Template Information
The first call you’ll make is:
Get All Training Templates
https://docs.ninjio.com/api/2.2.0/API%20Gateway/AWARE%20&%20SENSE/Training%20Templates/get-all-training-templates
This endpoint provides a complete list of all available training templates.
Each individual training corresponds to a static template ID. Once you identify the template ID for the training(s) you need, you will not need to run this call again unless new trainings are added.
Step 3: Retrieve Training Performance Data
After locating the correct template ID, you can retrieve training performance metrics using:
Get Training Template Performance
https://docs.ninjio.com/api/2.2.0/API%20Gateway/AWARE%20&%20SENSE/Training%20Templates/get-training-template-performance
This endpoint returns performance data for the selected training template. The results mirror the training dashboard reports you see within the NINJIO Platform.
Comments
0 comments
Please sign in to leave a comment.