GET api/tasks?date={date}&search={search}&status={status}&jobId={jobId}&fromDate={fromDate}&toDate={toDate}&offset={offset}&limit={limit}&branchLocationId={branchLocationId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| date | date |
None. |
|
| search | string |
None. |
|
| status | TaskStatus |
None. |
|
| jobId | integer |
Default value is 0 |
|
| fromDate | date |
None. |
|
| toDate | date |
None. |
|
| offset | integer |
Default value is 0 |
|
| limit | integer |
Default value is 0 |
|
| branchLocationId | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.