GET api/HTGL/GetTmlb?scb_sn={scb_sn}
获取题目id列表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| scb_sn | string |
Required |
Body Parameters
None.
Response Information
Resource Description
OutPutOfListOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultStatus | EnumResultStatus |
None. |
|
| Msg | string |
None. |
|
| ResultData | Collection of string |
None. |
|
| TotalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResultStatus": 200,
"Msg": "sample string 1",
"ResultData": [
"sample string 1",
"sample string 2"
],
"TotalCount": 2
}
application/xml, text/xml
Sample:
<Qxtj_v.OutPutOfArrayOfstringdWeQgFjH xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModels.Screen">
<Msg>sample string 1</Msg>
<ResultData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</ResultData>
<ResultStatus>Success</ResultStatus>
<TotalCount>2</TotalCount>
</Qxtj_v.OutPutOfArrayOfstringdWeQgFjH>