GET api/CollectReTest/GetAllCollectReTestIdSet
加载所有收藏试题
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
加载所有收藏试题
JsonRtnDtoOfGuid[]Name | Description | Type | Additional information |
---|---|---|---|
Msg | string |
None. |
|
State | RtnState |
None. |
|
Data | Collection of globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "Msg": "sample string 1", "State": 100, "Data": [ "d0f99337-6f68-4ff2-8cfb-af78a67d6e32", "36049c0a-c770-4e46-b481-1f387acae8a0" ] }
text/html
Sample:
{"Msg":"sample string 1","State":100,"Data":["d0f99337-6f68-4ff2-8cfb-af78a67d6e32","36049c0a-c770-4e46-b481-1f387acae8a0"]}
application/xml, text/xml
Sample:
<JsonRtnDtoOfArrayOfguiduHEDJ7Dj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services"> <Data xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>d0f99337-6f68-4ff2-8cfb-af78a67d6e32</d2p1:guid> <d2p1:guid>36049c0a-c770-4e46-b481-1f387acae8a0</d2p1:guid> </Data> <Msg>sample string 1</Msg> <State>Display</State> </JsonRtnDtoOfArrayOfguiduHEDJ7Dj>
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"Msg":"sample string 1","State":100,"Data":["d0f99337-6f68-4ff2-8cfb-af78a67d6e32","36049c0a-c770-4e46-b481-1f387acae8a0"]});