get_user_domain()
which will return a data frame with requested user id and a column indicating if the user is in the domain.get_course_paths()
which will retrieve the list of paths and then the items (courses) associated with each path.get_users()
changed, to an endpoint that provides the latest_activity
for each user. This is a significant improvement, enabling one to retrieve only updated course progress for users who have recent activity.domains
argument is no longer required. This is an improvement -- now multiple API calls are not required.encoding_
arguments were removed for all functions, and UTF-8
is being used by default.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.