curl --location -g --request POST 'https://qyapi.weixin.qq.com/cgi-bin/health/get_report_job_info?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{"jobid":"jobid1","date":"2020-03-27"}'
{
"errcode": 0,
"errmsg": "ok",
"job_info": {
"title": "职工收集任务",
"creator": "creator_userid",
"type": 1,
"apply_range": {
"userids": [
"userid1",
"userid2"
],
"partyids": [
1,
2
]
},
"report_to": {
"userids": [
"userid1",
"userid2"
]
},
"report_type": 1,
"skip_weekend": 0,
"finish_cnt": 10,
"question_templates": [
{
"question_id": 1,
"title": "请问你有任何身体不适吗?",
"question_type": 2,
"is_required": 1,
"option_list": [
{
"option_id": 1,
"option_text": "有"
},
{
"option_id": 2,
"option_text": "没有"
}
]
},
{
"question_id": 2,
"title": "常驻地址",
"question_type": 1,
"is_required": 0
}
]
}
}