Get OCPP raw logs by charger
x-ms-visibility: "important"
Get OCPP raw logs by charger identifier
Query Parameters
chargerId string required
Charger Identifier
startDate date-time required
Start date to fetch the OCPP logs. (In local time or UTC)
endDate date-time required
End date to fetch the OCPP logs. (In local time or UTC)
page int32 required
Page to be fetched
limit int32 required
Limit (No. of records per page) (Max: 100)
sortKey string
Sort field to be used (Default: Timestamp)
sortDescending boolean
Set to 'true' to sort descending based on sort key (Default: true)
search string
OCPP Message search filter
Responses
- 200
- 400
- 401
The OCPP raw logs for the specified charger
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
page int32
limit int32
totalRecords int64
hasNextPage boolean
hasPreviousPage boolean
items object[]
ocppVersion string
messageType string
message string
outgoing boolean
timestamp date-time
{
"page": 0,
"limit": 0,
"totalRecords": 0,
"hasNextPage": true,
"hasPreviousPage": true,
"items": [
{
"ocppVersion": "string",
"messageType": "string",
"message": "string",
"outgoing": true,
"timestamp": "2025-02-17T11:24:21.305Z"
}
]
}
Exception Details
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorised
Loading...