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

“Get”的文档。

Request Information

Parameters

NameDescriptionAdditional 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,
    "name": "sample string 2",
    "gonghao": "sample string 3",
    "interviewTime": "sample string 4"
  },
  {
    "id": 1,
    "name": "sample string 2",
    "gonghao": "sample string 3",
    "interviewTime": "sample string 4"
  },
  {
    "id": 1,
    "name": "sample string 2",
    "gonghao": "sample string 3",
    "interviewTime": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfinterviewersRecordController.record_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wxapi01.Controllers">
  <interviewersRecordController.record_list>
    <gonghao>sample string 3</gonghao>
    <id>1</id>
    <interviewTime>sample string 4</interviewTime>
    <name>sample string 2</name>
  </interviewersRecordController.record_list>
  <interviewersRecordController.record_list>
    <gonghao>sample string 3</gonghao>
    <id>1</id>
    <interviewTime>sample string 4</interviewTime>
    <name>sample string 2</name>
  </interviewersRecordController.record_list>
  <interviewersRecordController.record_list>
    <gonghao>sample string 3</gonghao>
    <id>1</id>
    <interviewTime>sample string 4</interviewTime>
    <name>sample string 2</name>
  </interviewersRecordController.record_list>
</ArrayOfinterviewersRecordController.record_list>