GET api/TaxiWaitLists
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TaxiWaitList| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| DateCreated | date |
None. |
|
| LastModified | date |
None. |
|
| DriverId | integer |
None. |
|
| RegNo | string |
None. |
|
| Ranking | integer |
None. |
|
| RankId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"DateCreated": "2025-12-12T08:36:19.3548639+02:00",
"LastModified": "2025-12-12T08:36:19.3548639+02:00",
"DriverId": 1,
"RegNo": "sample string 4",
"Ranking": 1,
"RankId": 1
},
{
"$ref": "1"
}
]