/{tenant}/configuration

get

Returns the effective values for all configuration settings associated with the parent resource.

put

Sets the value for this configuration setting, for the resource being configured.

get

Returns the effective value for this configuration setting for the resource being configured.

courses

Import, list, or delete courses.

get

Get the list of courses

delete

Delete the course with courseId = {courseId}

get

get the course title

get

Returns the launch link to use to preview this course

get

Returns xAPI activity ID associated with this course

get

Returns the effective values for all configuration settings associated with the parent resource.

put

Sets the value for this configuration setting, for the resource being configured.

get

Returns the effective value for this configuration setting for the resource being configured.

post

Either the actual contents of the zip file to import may be posted, or JSON that references the remote location to import from. Note that parameters common to both modes must be specified on the querystring. An import job will be started to import the posted or referenced file, and the import job ID will be returned. If the import is successful, the imported course will be registered using the courseId provided.

get

This method will check the status of an import job.

registrations

Create, list, or delete registrations.

post

Create a registration. The application/json format should be used, the application/x-www-form-urlencoded is available for compatibiliy with older systems.

get

Gets a list of registrations including a summary of the status of each registration. Note the "since" parameter exists to allow retreiving only registrations that have changed.

delete

Delete the registration with registrationId = {registrationId}

get

Does this registration exist?

get

Returns the effective values for all configuration settings associated with the parent resource.

put

Sets the value for this configuration setting, for the resource being configured.

get

Returns the effective value for this configuration setting for the resource being configured.

get

Returns xAPI registration ID associated with this registration

get

gets the last instance ID that exists for this registration

delete

delete registration progress (clear registration)

get

Get registration summary

get

Get detailed registration progress. Note: the data returned is the same as for /progress, except that 'activityDetails' is populated where applicable

delete

delete global data associated with this registration

ping

get

Get back a message indicating that the API is working.