get https://example.com/v1/imagefilenames
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.
Responses
200OK - the image names have been retrieved.
400BadRequest - if the OData parameters are incorrectly specified.
401Unauthorized - when a valid Bearer token is not supplied in the authorization header.
403Forbidden - the supplied tenant domain does not match the origin authority.