POST api/worktask/GetTaskExecutionList
Request Information
URI Parameters
None.
Body Parameters
GetTaskExecutionListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskId | globally unique identifier |
None. |
|
| OrgId | globally unique identifier |
None. |
|
| ButtonId | string |
None. |
|
| UserId | integer |
None. |
|
| SortType | integer |
None. |
|
| MaxResultCount | integer |
None. |
|
| SkipCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TaskId": "d22ea5ea-c9a5-4108-899b-6ffea92b0d15",
"OrgId": "e34fcafe-f73b-4f15-9bfb-bb1e3ed9bbd8",
"ButtonId": "sample string 3",
"UserId": 4,
"SortType": 5,
"MaxResultCount": 6,
"SkipCount": 7
}
application/xml, text/xml
Sample:
<GetTaskExecutionListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.WorkTasks.Dto"> <ButtonId>sample string 3</ButtonId> <MaxResultCount>6</MaxResultCount> <OrgId>e34fcafe-f73b-4f15-9bfb-bb1e3ed9bbd8</OrgId> <SkipCount>7</SkipCount> <SortType>5</SortType> <TaskId>d22ea5ea-c9a5-4108-899b-6ffea92b0d15</TaskId> <UserId>4</UserId> </GetTaskExecutionListInput>
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.