POST api/worktask/GetWorkTaskListByOrgForWeb

Request Information

URI Parameters

None.

Body Parameters

GetWorkTaskListForWebInput
NameDescriptionTypeAdditional 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": "2c324dae-30d5-42ba-8ee9-48d34eeca471",
  "MemberId": "b41e332c-7a6b-4aaa-97ea-bb49dcfb194b",
  "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>b41e332c-7a6b-4aaa-97ea-bb49dcfb194b</MemberId>
  <OrgId>2c324dae-30d5-42ba-8ee9-48d34eeca471</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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.