GET api/travel/day/transportationassignment/traveldate/{travelDateId}
Retrieves all transportation assignments for a specific travel date.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| travelDateId |
The unique identifier of the travel date to retrieve assignments for. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns HTTP 200 (OK) with an array of TransportationAssignment objects for the specified travel date.
Collection of TransportationAssignment| Name | Description | Type | Additional information |
|---|---|---|---|
| AssignmentID | integer |
None. |
|
| PersonID | integer |
None. |
|
| DaysOfWeek | DayOfWeekFlag |
None. |
|
| Name | IPersonName |
None. |
|
| TravelDateID | integer |
None. |
|
| TravelDate | TravelDate |
None. |
|
| UpdatedBy | string |
None. |
|
| Updated | date |
None. |
|
| RosterSeasonID | integer |
None. |
Response Formats
application/json, text/json, application/javascript
Sample:
Sample not available.