/
/Studio Public API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 7h ago · Updated 3w ago
Captions3
Collection9
Courses2
Group2
Insights2
Media13
  • getSearch media by the given query parameters. If multiple options are provided, we will use a logical AND operation when searching!
  • getGet a media by its id
  • deleteDeletes the specified media object and all related perspectives.
  • postArchives the specified media object and all related perspectives.
  • getGet a list of courses which contains the media
  • postAdds a Media to a Course Collection for the given course_id. Returns the URL to LTI-launch the embedded media.
  • getDownload best or specified version of a media
  • getGet users and groups the media is shared with directly
  • postAdd permissions to a media
  • getGet perspectives belonging to a media
  • getGet a media's sources by its id
  • postUnarchives the specified media object and all related perspectives.
  • getGet a list of users, who have access to the media
Media upload4
Ping1
Professional captioning5
Tags3
Transfer media1
User6
    Media

    Get users and groups the media is shared with directly

    get/media/{media_id}/permissions

    Path parameters

    media_idinteger required

    The ID of the media.

    Response

    List of users and groups extended with permission type.

    Changes