/
IN
instructure
/
Studio Public API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 16h ago · Updated 3w ago
Details
Filter operations
Captions
3
Collection
9
Courses
2
Group
2
Insights
2
Media
13
get
Search media by the given query parameters. If multiple options are provided, we will use a logical AND operation when searching!
get
Get a media by its id
delete
Deletes the specified media object and all related perspectives.
post
Archives the specified media object and all related perspectives.
get
Get a list of courses which contains the media
post
Adds a Media to a Course Collection for the given course_id. Returns the URL to LTI-launch the embedded media.
get
Download best or specified version of a media
get
Get users and groups the media is shared with directly
post
Add permissions to a media
get
Get perspectives belonging to a media
get
Get a media's sources by its id
post
Unarchives the specified media object and all related perspectives.
get
Get a list of users, who have access to the media
Media upload
4
Ping
1
Professional captioning
5
Tags
3
Transfer media
1
User
6
Media
Get a media by its id
get
/media/{media_id}
Path parameters
media_id
integer
required
The ID of the media.
Response
The media object that was requested.
object
required
media
MediaWithCollection
Changes