{ "opencollection": "1.0.0", "info": { "name": "Ascribe Coder AICoder Responses API", "version": "v2" }, "items": [ { "info": { "name": "Responses", "type": "folder" }, "items": [ { "info": { "name": "Delete a response from the database by using pair of question key and respondent id", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.goascribe.us/coder/v2/Responses/:QuestionKey/:RespondentID", "params": [ { "name": "QuestionKey", "value": "", "type": "path", "description": "Key of question" }, { "name": "RespondentID", "value": "", "type": "path", "description": "ID of respondent" } ] }, "docs": "Method deletes the response by using question key and respondent id." }, { "info": { "name": "Delete a batch of responses from the database by using pairs of question key and respondent id", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.goascribe.us/coder/v2/Responses/Batch", "body": { "type": "json", "data": "{}" } }, "docs": "Method deletes a batch of responses by using pairs of question key and respondent id." }, { "info": { "name": "Get the Responses in the specified Question", "type": "http" }, "http": { "method": "GET", "url": "https://api.goascribe.us/coder/v2/Responses/:questionKey", "params": [ { "name": "questionKey", "value": "", "type": "path", "description": "The key of the Question, which must be an integer value." }, { "name": "includeText", "value": "", "type": "query", "description": "If true, the text of each Response is returned.\r\n\r\n If false or omitted the text is not returned." }, { "name": "status", "value": "", "type": "query", "description": "If omitted, all Responses for the Question are returned.\r\n\r\nIf present, one of these values:\r\n