Skip to content

Get reading progress

GET
/kosync/syncs/progress/{document}

Retrieve the most recent reading progress entry for a document identified by its hash. Returns 404 if no progress has been recorded for this document.

Parameters

Path Parameters

document*

Document hash (content or original)

Type
string
Required
Min Length
1

Responses

Reading progress

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

Samples