Get all results of users assigned to a course.

Parameters

ParameterDescription
Course IDThe 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

Preview this Workflow on desktop