GET api/Bookings?dtend={dtend}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dtend | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Booking| Name | Description | Type | Additional information |
|---|---|---|---|
| TID | string |
None. |
|
| userId | string |
None. |
|
| scheduleSlot | string |
None. |
|
| dtStart | string |
None. |
|
| dtEnd | string |
None. |
|
| projectName | string |
None. |
|
| note | string |
None. |
|
| submittedDate | string |
None. |
|
| submittedTime | string |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.