v1
latestOpenAPI 3.0.12026-07-243686491.1 MBReports
Retrieve a report related to a charge point.
Required scope: reports:read
get/api/v1/reports/{reportId}
Path parameters
reportIdinteger required
Response
report with provided id
Example response
{
"id": 10,
"reportedByUserId": 10,
"operatorId": 10,
"relationId": 10,
"body": "available but can not start",
"reason": {
"id": 10
},
"imageUrls": [
"https://monta.imgix.net/reports/example-image-1.png",
"https://monta.imgix.net/reports/example-image-2.png"
],
"assignedToOperatorId": 10,
"assignedToUserId": 10,
"resolvedByUserId": 10,
"operatorNote": "The charge point is not working",
"adminNote": "The charge point is not working",
"userNote": "The charge point is not working",
"resolvedAt": "2023-02-06T11:00:00Z",
"escalatedAt": "2023-02-06T10:00:00Z",
"assignedAt": "2023-02-06T09:00:00Z",
"createdAt": "2023-02-06T08:00:00Z",
"updatedAt": "2023-02-06T11:00:00Z",
"deletedAt": "2023-02-06T12:00:00Z"
}