Passage Summary

This function will return users passage summary.
URL: /passages/summary/:refId/:passageId
HTTP Method: GET
Sample Code: Download
Response { "metadata": { "status" : Numeric, "message" : "String content" }, "object": { "title" : "String content", "author" : "String content", "publisher" : "String content", "publishDate" : "String content", "copyright" : "String content", "copyrightAdditional" : "String content", "introduction" : "String content", "wordCount: : Numeric, "rating" : "String content", "estimatedTime" : Numeric } }
Exception
CodeDetail
404User not found
404Diagnostic passage not found
404Passage summary not found
Endpoint Test