Search

Mutation

Unknown

Arguments

id· ID· required

Fields

id· ID
ID of a review.
station· Station
Station for which a review was provided.
user· ReviewUser
User who added a review. If a review was added by an anonymous user, this will be null.
rating· Int
Rating of a review.
message· String
Message of a review.
locale· String
Locale of a message.
ev· Vehicle
Vehicle that was provided/selected by a user.
plugType· ConnectorType
Plug type that was provided/selected by a user.
properties· JSON
Optional object where you can store custom data you need in your application. This extends the current functionalities we offer.
tags· ReviewTags
Boolean tags for a station review.
createdAt· DateTime
Date and time when a review was created.
updatedAt· DateTime
Date and time when a review was updated.

Errors

Operations can fail. To handle all errors correctly, consider implementing the following error scenario’s.

client_auth_mandatory
This feature requires authorization. Please contact support for more details!
error_forbidden_message
You are forbidden to execute this operation.
review_invalid_id
The provided review ID is not valid.
review_not_found
The review you are searching for was not found.
review_remove_not_allowed
You are not allowed to remove this review because it belongs to another user.

Was this helpful?

  • Getting started

    Get started with the Chargetrip API.

  • API reference

    Browse our api and endpoints.

  • Examples

    Explore examples and start building.