GET GetAllRecentRouteByUserId?UserId={UserId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of spGetRecentRoutesFromDriver_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| DateCreated | date |
None. |
|
| LastModified | date |
None. |
|
| StartLongitude | decimal number |
None. |
|
| StartLatitude | decimal number |
None. |
|
| EndLongitue | decimal number |
None. |
|
| EndLatitude | decimal number |
None. |
|
| Active | boolean |
None. |
|
| RouteName | string |
None. |
|
| StartAddress | string |
None. |
|
| EndAddresss | string |
None. |
|
| AssociationId | integer |
None. |
|
| Distance | decimal number |
None. |
|
| Cost | decimal number |
None. |
|
| PassengerRadius | decimal number |
None. |
|
| AllowTolls | boolean |
None. |
|
| AllowHighways | boolean |
None. |
|
| PassengerUnitofMeasure | integer |
None. |
|
| DirectionType | integer |
None. |
|
| DriverId | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"DateCreated": "2025-12-12T08:35:44.6133203+02:00",
"LastModified": "2025-12-12T08:35:44.6133203+02:00",
"StartLongitude": 1.1,
"StartLatitude": 1.1,
"EndLongitue": 1.1,
"EndLatitude": 1.1,
"Active": true,
"RouteName": "sample string 1",
"StartAddress": "sample string 2",
"EndAddresss": "sample string 3",
"AssociationId": 1,
"Distance": 1.1,
"Cost": 1.1,
"PassengerRadius": 1.1,
"AllowTolls": true,
"AllowHighways": true,
"PassengerUnitofMeasure": 1,
"DirectionType": 1,
"DriverId": "sample string 4"
},
{
"$ref": "1"
}
]