API: Awareness Training Course Overview

This will give a very high-level overview of the courses available to your account, the number of enrollments, and the number of completions.

Request

URL: https://api.app.cyberpilot.io/accounts/{account-id}/reports/course-completion 
Method: GET 
Parameters

Parameter 

Type 

Default Value 

Description 

Example 

Authorization 

Header 

 

The value of this header must be your Access Token prefix with “bearer “. 

Bearer eyJhbGciOiJSUzI1N 

account-id 

Path 

 

The ID of your account. You can find this in the API section of your Account settings on the platform 

c36a9951-a630-4f5a-b874-160d4fe00d6f 

Response


  availableCourses: int // How many courses available for the account 
  enrolledCourses: int // How many courses has been enrolled to users 
  totalEnrolments: int // The amount of courses users has been enrolled to (one user can be enrolled to multiple courses) 
  totalCompletions: int // How many courses has been completed by users 
}

 

 

Got a question?

Contact us at support@cyberpilot.io