Get project chapter

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

Returns information about a specific chapter.

Path parameters

project_idstringRequired

The ID of the project to be used. You can use the List projects endpoint to list all the available projects.

chapter_idstringRequired

The ID of the chapter to be used. You can use the List project chapters endpoint to list all the available chapters.

Response

Successful Response

chapter_idstring
namestring
can_be_downloadedboolean
stateenum
Allowed values: defaultconverting
contentobject
last_conversion_date_unixintegerOptional
conversion_progressdoubleOptional
statisticsobjectOptional
last_conversion_errorstringOptional

Errors

Built with