Appearance
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
Requiredstring
Min Length
1Responses
Reading progress
application/json
JSON "document": "string", "progress": "string", "percentage": 0, "device": "string", "device_id": "string", "timestamp": 0
{
}
GET
/kosync/syncs/progress/{document}