cURL
curl --request POST \ --url https://api.smartmove.eu/m2m/api/v1/fleets/{assetProviderCountryCode}/{assetProviderCode}/{vehicleId}/offenses \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "searchText": "<string>", "pagination": { "pageSize": 100, "page": 0 }, "filters": [ { "field": "paid", "operation": "IN", "value": "<unknown>" } ] } '
{ "items": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "paid": true, "customer": { "mobilityProviderCountryCode": "AT", "mobilityProviderCode": "ABC", "customerId": "828c2d1c-d933-4138-9577-02c292b6d869" }, "title": "<string>", "committedTimestamp": "2025-10-07T10:24:41.143Z", "location": "<string>", "amount": 123, "currency": "<string>", "offenseStatement": "<string>", "blob": { "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "filename": "<string>", "uploaded": false }, "ocrStatus": "NOT_STARTED" } ], "pagination": { "pageSize": 100, "pageNumber": 0, "totalEntries": 1 } }
Get all offenses of the specified vehicle that meet certain requirements
The access token received from the authorization server in the OAuth 2.0 flow.
Asset provider country code
2
Asset provider code
3
Id of vehicle
Search criteria
Request what page is wanted to be retrieved
Show child attributes
Filtered offenses