GET api/careSendTask?interviewGonghao={interviewGonghao}&interviewName={interviewName}
“Get”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
interviewGonghao | “interviewGonghao”的文档。 |
Define this parameter in the request URI. |
interviewName | “interviewName”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "id": 1, "task_type": "sample string 2", "task_content": "sample string 3" }, { "id": 1, "task_type": "sample string 2", "task_content": "sample string 3" }, { "id": 1, "task_type": "sample string 2", "task_content": "sample string 3" } ]
application/xml, text/xml
Sample:
<ArrayOfcareSendTaskController.task xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wxapi01.Controllers"> <careSendTaskController.task> <id>1</id> <task_content>sample string 3</task_content> <task_type>sample string 2</task_type> </careSendTaskController.task> <careSendTaskController.task> <id>1</id> <task_content>sample string 3</task_content> <task_type>sample string 2</task_type> </careSendTaskController.task> <careSendTaskController.task> <id>1</id> <task_content>sample string 3</task_content> <task_type>sample string 2</task_type> </careSendTaskController.task> </ArrayOfcareSendTaskController.task>