获取问卷数据(问卷发布者)
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取问卷(问卷发布者)</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>v1/questionnaires/get_questionnire/要获取的问卷id</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>
<p>GET </p>
<p><strong>返回示例</strong></p>
</li>
</ul>
<pre><code> {
"basicInfo": {
"condition": false,
"deadline": "Mon, 09 Mar 2020 15:56:19 GMT",
"deadlineControl": false,
"equipmentControl": false,
"ipControl": false,
"isSecret": false,
"questionnireId": 15837693799595368,
"renewTime": "Mon, 09 Mar 2020 15:56:19 GMT",
"subTitle": "感谢您能抽出几分钟时间来参加本次问卷调查",
"title": "调查表",
"wechatControl": false
},
"information": "获取问卷成功",
"problems": [
{
"isRequire": false,
"options": [
{
"optionId": 1583769397547,
"title": "c"
},
{
"optionId": 1583769401352,
"title": "java"
},
{
"optionId": 1583769405829,
"title": "python"
}
],
"problemId": 15837693875703516,
"targetQuestionnireId": 15837693799595368,
"title": "你喜欢什么编程语言",
"type": "SINGLE_SELECT"
},
{
"isRequire": true,
"options": [
{
"optionId": 1583769422459,
"title": "唱歌"
},
{
"optionId": 1583769428542,
"title": "跳舞"
},
{
"optionId": 1583769432924,
"title": "打篮球"
}
],
"problemId": 15837694148825194,
"targetQuestionnireId": 15837693799595368,
"title": "aihao",
"type": "MULTIPLY_SELECT"
}
],
"status": "success"
}</code></pre>