GET {version}/Question/GetQuestionInfo/{Id}
获得试题信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ApiResultOfQuestionInfoDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| Message | string |
None. |
|
| Data | QuestionInfoDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Message": "sample string 2",
"Data": {
"Key": "sample string 1",
"Resolve": "sample string 2"
}
}
application/xml, text/xml
Sample:
<ApiResultOfQuestionInfoDtoF2xKsV4k xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TinyFx.Web.Results">
<Code>sample string 1</Code>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Eshikao.Models">
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Resolve>sample string 2</d2p1:Resolve>
</Data>
<Message>sample string 2</Message>
</ApiResultOfQuestionInfoDtoF2xKsV4k>