Query station reviews

Every station in your database can be accompanied by a user review. You can query for properties such as rating and message but also receive data about the EV that was used. Reviews are stored per station database and can't be used across different projects.

Query

To get the reviews of a specific station you will need to provide a stationId as an argument. Optionally you can use pagination for your query.

Arguments

stationId ID

Required

ID of the station.

size Int

Number of elements (count) to return.

Default • 10

page Int

Page number to return.

Default • 0

Other fields

id ID

ID of a review.

station Station

Station for which a review was provided.