Log in to see full request history

Returns a list of all filenames of course images currently stored.

This can be further used for creating/updating courses with references to these images.

Query Params
string

The $skip query requests the number of items in the queried collection that are to be skipped and not included in the result. A client can request a particular page of items by combining $top and $skip. e.g. $top=10&$skip=1

string

The $top query requests the number of items in the queried collection to be included in the result. A client can request a particular page of items by combining $top and $skip. e.g. $top=10&$skip=1

Responses
200

OK - the image names have been retrieved.

400

BadRequest - if the OData parameters are incorrectly specified.

401

Unauthorized - when a valid Bearer token is not supplied in the authorization header.

403

Forbidden - the supplied tenant domain does not match the origin authority.

Language
Click Try It! to start a request and see the response here!