POST api/QCTask/Get/MiniList
Request Information
URI Parameters
None.
Body Parameters
QCTaskListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkID | integer |
None. |
|
| Name | string |
None. |
|
| pageIndex | integer |
None. |
|
| pageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"WorkID": 1,
"Name": "sample string 2",
"pageIndex": 3,
"pageSize": 4
}
application/xml, text/xml
Sample:
<QCTaskListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HIV.ContractModel"> <pageIndex>3</pageIndex> <pageSize>4</pageSize> <Name>sample string 2</Name> <WorkID>1</WorkID> </QCTaskListRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.