V3 > Resources

Display playlist image.

Render the playlist image inline directly in the user browser. If the playlist has no image, a 404 error is returned.

get/2/vod/res/playlists/{playlist}.{format}

Path parameters

playliststring required

The Playlist unique identifier

formatstring required

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.