GET api/interviewersRecord?interviewGonghao={interviewGonghao}&ad_gonghao={ad_gonghao}&interviewName={interviewName}

“Get”的文档。

Request Information

Parameters

NameDescriptionAdditional information
interviewGonghao
“interviewGonghao”的文档。

Define this parameter in the request URI.

ad_gonghao
“ad_gonghao”的文档。

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:
<ArrayOfinterviewersRecordController.task xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wxapi01.Controllers">
  <interviewersRecordController.task>
    <id>1</id>
    <task_content>sample string 3</task_content>
    <task_type>sample string 2</task_type>
  </interviewersRecordController.task>
  <interviewersRecordController.task>
    <id>1</id>
    <task_content>sample string 3</task_content>
    <task_type>sample string 2</task_type>
  </interviewersRecordController.task>
  <interviewersRecordController.task>
    <id>1</id>
    <task_content>sample string 3</task_content>
    <task_type>sample string 2</task_type>
  </interviewersRecordController.task>
</ArrayOfinterviewersRecordController.task>