Get Chapter

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.

Headers

xi-api-keystringRequired

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
The state of the chapter.
Allowed values:
contentobject
last_conversion_date_unixinteger or null
The last conversion date of the chapter.
conversion_progressdouble or null
The conversion progress of the chapter.
statisticsobject or null
The statistics of the chapter.
last_conversion_errorstring or null
The last conversion error of the chapter.

Errors