Destinations

The collection of all destinations. Each dispatch has a destination, which is the client LMS that will import and launch the dispatch package.

get

Get a list of destinations.

post

Create multiple destinations.

delete

Delete multiple destinations. Deleting a destination will also delete all dispatches for that destination, and deleting all destinations will therefore delete all dispatches.

An individual destination.

get

Get the destination with destinationId = {destinationId}.

put

Create or update the destination with destinationId = {destinationId}.

delete

Delete the destination with destinationId = {destinationId}.

A collection of related dispatches.

get

Get a list of related dispatches.

delete

Delete all related dispatches.

Subresource that allows enabling or disabling all related dispatches.

post

Enable or disable all related dispatches.

Enable or disable registration instancing for all related dispatches.

post

Enable or disable registration instancing.

Aggregate registration counts for all related dispatches.

get

Get an aggregate count of all related dispatch registrations.

delete

Reset registration counts for all related dispatches.

ZIP file containing all related dispatch packages.

get

Get a ZIP file containing all related dispatch packages.

Dispatches

The collection of all dispatches.

get

Get a list of dispatches.

post

Create multiple dispatches.

delete

Delete multiple dispatches.

An individual dispatch.

get

Get the dispatch with dispatchId = {dispatchId}.

put

Create or update the dispatch with dispatchId = {dispatchId}.

delete

Delete the dispatch with dispatchId = {dispatchId}.

Dispatches may be enabled or disabled to control the ability to launch from client LMSs.

get

True if the dispatch is enabled, or false if it is disabled.

put

Enable or disabled the dispatch.

The number of registrations created for this dispatch since it was created, or since the count was last reset.

get

Get the registration count for this dispatch, and the date and time of the last count reset, if any.

delete

Reset the registration count for this dispatch.

The information necessary to launch this course using the IMS LTI specification.

get

Get the information necessary to launch this dispatch using the IMS LTI specification.

The ZIP dispatch package.

get

Get the ZIP dispatch package.