Get Chapter By Id

Deprecated
GET
/v1/projects/:project_id/chapters/:chapter_id

Returns information about a specific chapter.

Path parameters

project_idstringRequired

The ID of the Studio project.

chapter_idstringRequired

The ID of the chapter.

Response

Successful Response

chapter_idstring

The ID of the chapter.

namestring

The name of the chapter.

can_be_downloadedboolean

Whether the chapter can be downloaded.

stateenum
Allowed values: defaultconverting

The state of the chapter.

contentobject
last_conversion_date_unixintegerOptional

The last conversion date of the chapter.

conversion_progressdoubleOptional

The conversion progress of the chapter.

statisticsobjectOptional

The statistics of the chapter.

last_conversion_errorstringOptional

The last conversion error of the chapter.

Errors

Built with