GET /api/v1/programs/sessions/{session_id}/stats/{user_email_or_id}
Retrieve the statistics of a user
for a given program session
.
Returns:
globalTime
: total time spent by the user following the given program (milliseconds)progress
: the learner’s progress status (%)score
: the global score obtained by the user in the program (%)
NB: GET /programs/:program_id/stats/:user_email
redirects to this route to prevent any backward compatibility break from the pre-program session
era. (before september 2017)
Servers
- https://app.360learning.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
session_id |
String | Yes |
session's id |
user_email_or_id |
String | Yes |
user's id or email |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
company |
String | No |
(Optional) Include the company ID to authenticate calls via the API key as query parameter. For more information on the authentication methods supported by our API, see Authentication Methods. |
apiKey |
String | No |
(Optional) Include the API key to authenticate calls via the API key as query parameter. For more information on the authentication methods supported by our API, see Authentication Methods. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.