Students API

This section allows you to manage student interactions with experiments and retrieve grades.

Play Experiment

POST {Tenant endpoint}/api/v2/learning-path/student/experiment/play

Tenant endpoint example: yoursubdomain.jusoorlabs.com

Headers
Name Required Type Description
referer YES string The root of the application sending the request (e.g., jusoorlabs.com)
accept YES string Always set as application/json
token YES string The API token provided by Jusoor Labs.
Parameters
Name Required Type Description
experiment_token YES string Token of the experiment to play
student_uuid YES string Unique identifier of the student
student_name YES string Display name of the student
type OPTIONAL string If "mobile", link provides option to open in app or download app

Get Experiment Grades

GET {Tenant endpoint}/api/v2/learning-path/student/grades/experiment/{experiment_token}?student_uuid={student_uuid}

Tenant endpoint example: yoursubdomain.jusoorlabs.com

Headers
Name Required Type Description
referer YES string The root of the application sending the request (e.g., jusoorlabs.com)
accept YES string Always set as application/json
token YES string The API token provided by Jusoor Labs.

Get Learning Path Grades

GET {Tenant endpoint}/api/v2/learning-path/student/grades/learning-path/{subject_uuid}?student_uuid={student_uuid}

Tenant endpoint example: yoursubdomain.jusoorlabs.com

Headers
Name Required Type Description
referer YES string The root of the application sending the request (e.g., jusoorlabs.com)
accept YES string Always set as application/json
token YES string The API token provided by Jusoor Labs.