GET /locationRatings/{id}
Retrieves the Location Rating for the specified ID
Roles that can access this endpoint are Users, Drivers.
Parameters
| name |
description |
type |
default |
type |
| id |
ID for the Location Rating to be returned |
path
|
|
String
|
Result
RowLocationRating
of type:
application/xml
application/json
the RowLocationRating object associated with the specified ID
Child Elements:
RowLocation This element represents the location being rated. The element
contains a __name attribute with the value location.
RowUsers This element represents the user performing the rating. The element
contains a __name attribute with the value enteredByUser.
RowDriver This element represents the driver record associated with the
user performing the rating. The element contains a __name attribute with the value driver.
RowLocationRatingQuestion This element represents a question being posed
on the rating. The element contains a __name attribute with the value locationRatingQuestion.
RowLocationRatingAnswer This element represents the answer to its enclosing
question element. The element contains a __name attribute with the value locationRatingAnswer.
Try It Out
Request