GET api/DriverFeedbacks/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DriverFeedback| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| DateCreated | date |
None. |
|
| DriverId | string |
None. |
|
| UserId | string |
None. |
|
| Rating | integer |
None. |
|
| Feedback | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"DateCreated": "2025-12-12T08:39:54.9814038+02:00",
"DriverId": "sample string 3",
"UserId": "sample string 4",
"Rating": 5,
"Feedback": "sample string 6"
}