GET api/DriverFeedbacks

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DriverFeedback
NameDescriptionTypeAdditional 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",
    "id": 1,
    "DateCreated": "2025-12-12T08:39:03.353105+02:00",
    "DriverId": "sample string 3",
    "UserId": "sample string 4",
    "Rating": 5,
    "Feedback": "sample string 6"
  },
  {
    "$ref": "1"
  }
]