POST api/worktask/GetWorkTaskListForWeb
Request Information
URI Parameters
None.
Body Parameters
GetWorkTaskListForWebInput| Name | Description | Type | Additional information |
|---|---|---|---|
| SkipCount | integer |
None. |
|
| MaxResultCount | integer |
None. |
|
| OrgId | globally unique identifier |
None. |
|
| MemberId | globally unique identifier |
None. |
|
| UserId | integer |
None. |
|
| SelfType | integer |
None. |
|
| Search | string |
None. |
|
| PublishType | integer |
None. |
|
| TaskType | integer |
None. |
|
| IsFinish | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"SkipCount": 1,
"MaxResultCount": 2,
"OrgId": "cd1a1696-40ed-4163-a12c-cab8342324cc",
"MemberId": "2f34d1e9-abc8-48dd-8d68-064bff1a1601",
"UserId": 1,
"SelfType": 3,
"Search": "sample string 4",
"PublishType": 5,
"TaskType": 6,
"IsFinish": true
}
application/xml, text/xml
Sample:
<GetWorkTaskListForWebInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.WorkTasks.Dto"> <IsFinish>true</IsFinish> <MaxResultCount>2</MaxResultCount> <MemberId>2f34d1e9-abc8-48dd-8d68-064bff1a1601</MemberId> <OrgId>cd1a1696-40ed-4163-a12c-cab8342324cc</OrgId> <PublishType>5</PublishType> <Search>sample string 4</Search> <SelfType>3</SelfType> <SkipCount>1</SkipCount> <TaskType>6</TaskType> <UserId>1</UserId> </GetWorkTaskListForWebInput>
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.