GET api/taskbooking/get?Project={Project}&User={User}&Role={Role}&StartDate={StartDate}&EndDate={EndDate}&TaskId={TaskId}&BookingId={BookingId}&IncludeDeleted={IncludeDeleted}&MaxResults={MaxResults}
Retrieves tasks and bookings based on flexible query parameters
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Project |
Project name or ID filter |
string |
None. |
| User |
User name or ID filter |
string |
None. |
| Role |
Role name or ID filter |
string |
None. |
| StartDate |
Start date range filter (from) |
string |
None. |
| EndDate |
End date range filter (to) |
string |
None. |
| TaskId |
Specific task ID |
string |
None. |
| BookingId |
Specific booking ID |
string |
None. |
| IncludeDeleted |
Include deleted items |
boolean |
None. |
| MaxResults |
Maximum results to return |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/scim+json
Sample:
Sample not available.