POST Survey/InformantMapModel
根据ID获取调查问卷绑定对象
Request Information
URI Parameters
None.
Body Parameters
CommonPars| Name | Description | Type | Additional information |
|---|---|---|---|
| Data |
参数 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"code": "200",
"data": {
"Data": "sample string 1"
},
"msg": null
}
application/xml, text/xml
Sample:
<CommonPars xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HL.Basis.Web"> <Data>sample string 1</Data> </CommonPars>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
根据ID获取调查问卷绑定对象
InformantMapModelResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Id |
integer |
None. |
| SchoolId |
学校ID |
integer |
None. |
| SchoolName |
学校名称 |
string |
None. |
| ClassId |
班级ID |
integer |
None. |
| ClassName |
班级名称 |
string |
None. |
| QuestionMainId |
问卷ID |
integer |
None. |
| CustomerId |
填写者ID |
string |
None. |
| name |
姓名 |
string |
None. |
| phone |
手机号 |
string |
None. |
| CreateTime |
创建日期 |
date |
None. |
| CreateBy |
创建人 |
string |
None. |
| SurveysType |
问卷类型 |
integer |
None. |
| NumberCode |
问卷编号 |
string |
None. |
| QuestionName |
问卷标题 |
string |
None. |
| score |
分数 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "200",
"data": {
"Id": 1,
"SchoolId": 2,
"SchoolName": "sample string 3",
"ClassId": 4,
"ClassName": "sample string 5",
"QuestionMainId": 6,
"CustomerId": "sample string 7",
"name": "sample string 8",
"phone": "sample string 9",
"CreateTime": "2025-12-10T11:19:34.2228475+08:00",
"CreateBy": "sample string 11",
"SurveysType": 12,
"NumberCode": "sample string 13",
"QuestionName": "sample string 14",
"score": 15
},
"msg": null
}
application/xml, text/xml
Sample:
<InformantMapModelResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HL.Basis.Web.Models.Result"> <ClassId>4</ClassId> <ClassName>sample string 5</ClassName> <CreateBy>sample string 11</CreateBy> <CreateTime>2025-12-10T11:19:34.2228475+08:00</CreateTime> <CustomerId>sample string 7</CustomerId> <Id>1</Id> <NumberCode>sample string 13</NumberCode> <QuestionMainId>6</QuestionMainId> <QuestionName>sample string 14</QuestionName> <SchoolId>2</SchoolId> <SchoolName>sample string 3</SchoolName> <SurveysType>12</SurveysType> <name>sample string 8</name> <phone>sample string 9</phone> <score>15</score> </InformantMapModelResult>