Retrieve a media asset
GET/media/:mediaId
Returns the current representation of a Media
asset, containing detailed information about the Media
asset, such as its name
, description
and for video/audio assets the playlist URL. Use optional parameter channelId
to retrieve a Media
asset in the context of a Channel
for embedding purposes. Iframe embeddings will then be based on the Channel
design options like playerDesign
.
Request
Responses
- 200
- 401
- 403
- 404
Successful response.
Unauthorized access.
Access forbidden.
Given resource was not found.