POST api/retest/getanylist
根据试题编号加载完整试题
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "bb31882b-a9eb-46c2-95d5-851a7e19f50e", "01e003c5-ebb6-4d63-9ddc-b269713a249c" ]
text/html
Sample:
["bb31882b-a9eb-46c2-95d5-851a7e19f50e","01e003c5-ebb6-4d63-9ddc-b269713a249c"]
application/xml, text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>bb31882b-a9eb-46c2-95d5-851a7e19f50e</guid> <guid>01e003c5-ebb6-4d63-9ddc-b269713a249c</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
根据试题编号加载完整试题
JsonRtnDtoOfObjectName | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
State | RtnState |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "Msg": "sample string 1", "State": 100, "Data": {} }
text/html
Sample:
{"Msg":"sample string 1","State":100,"Data":{}}
application/xml, text/xml
Sample:
<JsonRtnDtoOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <Data /> <Msg>sample string 1</Msg> <State>Display</State> </JsonRtnDtoOfanyType>
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"Msg":"sample string 1","State":100,"Data":{}});