Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Get all results of users assigned to a course.
Parameters
| Parameter | Description |
|---|
| Course ID | The ID of the course to get results for. |
Example Output
[
{
"Id": "<string>",
"UserName": "<string>",
"FirstName": "<string>",
"LastName": "<string>",
"Completed": true,
"PercentageComplete": 45,
"CompliantTill": null,
"DueDate": null,
"AccessTillDate": null
},
{
"Id": "<string>",
"UserName": "<string>",
"FirstName": "<string>",
"LastName": "<string>",
"Completed": true,
"PercentageComplete": 95,
"CompliantTill": null,
"DueDate": null,
"AccessTillDate": null
}
]
Workflow Library Example
Get Course Results with Litmos and Send Results Via Email