GET GetAllMarshalLogs?Username={Username}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Username | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MarshalLog| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| DateCreated | date |
None. |
|
| DriverId | integer |
None. |
|
| ClientId | integer |
None. |
|
| DateLeft | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"DateCreated": "2025-12-12T08:39:00.3066639+02:00",
"DriverId": 1,
"ClientId": 1,
"DateLeft": "2025-12-12T08:39:00.3066639+02:00"
},
{
"$ref": "1"
}
]