GET api/MissingTasks?async={async}&top={top}&divisionId={divisionId}
GET: api/MissingTasks?Division=@Division
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| async | boolean |
None. |
|
| top | integer |
None. |
|
| divisionId | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]
application/octet-stream
Sample:
[{},{}]
application/xml, text/xml
Sample:
<ArrayOfAnyType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <anyType /> <anyType /> </ArrayOfAnyType>