Skip to content

Get reading progress

GET
/kosync/syncs/progress/{document}

Get the most recent reading progress for a document. The document identifier is the MD5 hash of the book file, as computed by KOReader.

Parameters

Path Parameters

document*

MD5 hash of the book file

Type
string
Required

Responses

Reading progress for the document

application/json
JSON
{
  
"document": "string",
  
"progress": "string",
  
"percentage": 0,
  
"device": "string",
  
"device_id": "string",
  
"timestamp": 0
}

Samples