GET /api/v1/programs/{program_id}/stats/{user_email}
Retrieve the statistics of a user for a given program.
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 (%)
Servers
- https://app.360learning.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
user_email |
String | Yes |
user's email |
program_id |
String | Yes |
program's id |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
company |
String | No | |
apiKey |
String | No |
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.