GET api/Exam?openid={openid}&timeStamp={timeStamp}&sign={sign}&FormaNum={FormaNum}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| openid | string |
Required |
|
| timeStamp | integer |
Required |
|
| sign | string |
Required |
|
| FormaNum | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PermitExaminationInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| rescode | integer |
None. |
|
| ExaminationTime | integer |
None. |
|
| DistinguishCode | globally unique identifier |
None. |
|
| iserr | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"rescode": 1,
"ExaminationTime": 2,
"DistinguishCode": "75c43ffa-e249-4964-8f04-21e50e80f41b",
"iserr": 4
},
{
"rescode": 1,
"ExaminationTime": 2,
"DistinguishCode": "75c43ffa-e249-4964-8f04-21e50e80f41b",
"iserr": 4
}
]