文档
测试

获取问卷接口

GET
http://zqh.5rkk.com/question/api/v1/questionnaires

请求参数

参数名
类型
描述
必填
project_key
string
问卷key;a69b72585adb41affa3e3d50238edc26
必填

说明 / 示例

``` { "code": 200, "msg": "请求成功", "data": { "project_key": "fbed9053c87341625481c4764a611261", "name": "我做的问卷2", "describe": "我的开始描述1", "describe_back": "我的后续描述", "timed_collection_begin_time": null, "timed_collection_end_time": null, "items": [ { "type": "INPUT", "label": "这个东西到底好不好吃?", "placeholder": null, "default_value": null, "required": 1, "show_label": 1, "span": 24, "form_item_id": "102", "sort": 10, "expand": "{\"maxlength\": 102}" }, { "type": "INPUT", "label": "这个东西到底好不好吃?", "placeholder": null, "default_value": null, "required": 1, "show_label": 1, "span": 24, "form_item_id": "103", "sort": 8, "expand": "{\"maxlength\": 102}" } ] } } ```