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
CodeDetail
400Ref ID is missing or empty
404Diagnostic passage not found
404User not found
Endpoint Test