GET api/travel/day/transportationassignment/{id}
Retrieves a specific transportation assignment by its unique identifier. Transportation assignments link persons to buses and bus stops on travel dates.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The unique identifier of the transportation assignment to retrieve. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns HTTP 200 (OK) with the TransportationAssignment object.
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.