GET api/PendingTasks?async={async}&top={top}&CPI={CPI}&divisionId={divisionId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
async

boolean

None.

top

integer

None.

CPI

string

None.

divisionId

integer

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]

application/octet-stream

Sample:
[{},{}]

application/xml, text/xml

Sample:
<ArrayOfAnyType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <anyType />
  <anyType />
</ArrayOfAnyType>