List Enrollments Results
- 2 followers
- 3 comments
- 0 votes
Answered
I'm attempting to run a simple command to pull back enrollment records for a list of courses:
listenrollments&limit=1000&query=/courseid in (<id1>,<id2>,<id3>,<id4>,<id5>)&select=course&domainid=<d...
GetUserActivity - Date Range
- 2 followers
- 2 comments
- 0 votes
Answered
I need some assistance figuring out the format for the start and end dates when calling the "getuseractivity" api.
I've tried the following:
getuseractivity&userid=<userid>&startdate='2017-01-01T...
Course Settings - Custom Variables
- 2 followers
- 1 comment
- 0 votes
Answered
Quick question around a course's custom variables. There are times when the values of one or more variables need to dynamically change. Using the API Console, for testing, I've noticed that if we...
Reporting API - Inconsistant Results
- 2 followers
- 8 comments
- 0 votes
Answered
When executing the following:
cmd=GetItemReport&entityid=<courseid>&itemid=<assessmentid>&report=StudentResponses&select=course.id,course.title,enrollment.id,item.id,item.title,user.id,user.referen...
List Enrollments userquery
- 2 followers
- 1 comment
- 0 votes
Answered
I'm attempting to filter enrollment records within a domain by using the following:
listenrollments&select=course,data,user&domainid=<domain id>&userquery=/id=<user id>
If I remove the "userquery" ...
Locate Course Parent Child relationships
- 4 followers
- 4 comments
- 0 votes
Answered
I’m looking for a way to list courses starting with the Parent, then down to the Child.
For example:
Lets say, I want to search for all of the Children courses who’s Master/Parent course has an id ...
Subscribing Domain Issue
- 2 followers
- 1 comment
- 0 votes
Answered
We have an issue where customer are not able to see content (courses) from a subscribing domain.
Assumption: Once a domain is subscribed to another domain - courses in the subscribed domain is visi...