post
https://api.cpo.uat.emobility.internal.dev.solidstudio.io/api/v1/charging-stations//ocpp-logs/rsql-list
Filter the list using an RSQL expression passed in the request body as { "filter": "..." }.
Combine multiple conditions with and / or and group them with ( ).
Omit the filter field (or send an empty string) to return all records.
Available fields
| Field | Operators | Accepted values |
|---|---|---|
chargingStationId | == != =in= =out= =is= =isnot= | — |
timestamp | == != =in= =out= =gt= =gte= =lt= =lte= =between= =notbetween= =is= =isnot= | — |
messageId | == != =contains= =starts= =ends= =in= | — |
messageType | == != =in= =out= =is= =isnot= | REQUEST, RESPONSE, ERROR_RESPONSE |
action | == != =contains= =starts= =ends= =in= | — |
payload | =contains= | — |
Examples
action =contains= 'Heartbeat'messageType == 'REQUEST' and timestamp =gte= '2026-05-21T00:00:00Z'Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…