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
Endpoint Test
| Code | Detail |
| 404 | User not found |
| 404 | Diagnostic passage not found |
| 404 | Passage summary not found |