POST api/worktask/GetTaskExecutionNotFinishList

Request Information

URI Parameters

None.

Body Parameters

GetTaskExecutionListInput
NameDescriptionTypeAdditional 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": "ec57038f-210c-4536-ac52-81c7a412f641",
  "OrgId": "9f56f414-f86f-4b27-9963-88aeb4286d1f",
  "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>9f56f414-f86f-4b27-9963-88aeb4286d1f</OrgId>
  <SkipCount>7</SkipCount>
  <SortType>5</SortType>
  <TaskId>ec57038f-210c-4536-ac52-81c7a412f641</TaskId>
  <UserId>4</UserId>
</GetTaskExecutionListInput>

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.