{ "opencollection": "1.0.0", "info": { "name": "CodeProject.AI Server Articles Questions API", "version": "2.9" }, "items": [ { "info": { "name": "Questions", "type": "folder" }, "items": [ { "info": { "name": "List Q&A questions", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:32168/v1/Questions", "params": [ { "name": "filter", "value": "", "type": "query", "description": "Filter set - new, active, unanswered." }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "List Q&A questions" }, { "info": { "name": "Get a question and its answers", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:32168/v1/Questions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a question and its answers" } ] } ], "bundled": true }