Passages By Category
Returns users passages by the given category.
URL: /passages
HTTP Method: POST
Sample Code: Download
Request
{
"categoryName" : ["String content"],
"passageType": "String content",
"refId" : "String content"
}
Response
{
"metadata":
{
"status" : Numeric,
"message" : "String content"
},
"objects":
[
{
"mainCategory" : "String content",
"subCategory" : "String content",
"passageId" : "String content",
"title" : "String content",
"rating" : Numeric
}
]
}
Exception
Endpoint Test
| Code | Detail |
| 400 | Ref ID is missing or empty |
| 404 | Diagnostic passage not found |
| 404 | User not found |