V3 > Resources

Render chapter.

Render the published media chapters directly in the user browser. If no published chapters are available a 404 error is returned.

get/2/vod/res/media/{media}/chapters.{format}

Path parameters

mediastring required

The Media unique identifier

formatstring required

Use one of the following values<note><strong>json</strong>: JavaScript Object Notation data format</note><note><strong>xml</strong>: EXtensible Markup Language data format</note><note><strong>yaml</strong>: YAML Ain't Markup Language data format</note><note><strong>vtt</strong>: WebVTT (Web Video Text Tracks) subtitle format</note>

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.