Get Logistics Recharges
Get Logistics Recharges
Retrieve a paginated list of fuel recharges (consumptions) for your organization
GET
Get Logistics Recharges
Get Logistics Recharges
Retrieve all logistics recharges (fuel consumptions) for your organization with pagination and filtering support.New API: This endpoint is part of the new API architecture with improved design and maintainability.
Request
Headers
string
required
Your API key for authenticationExample:
sk_live_1234567890abcdefstring
required
Your organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faQuery Parameters
integer
default:"1"
Page number to retrieveExample:
1integer
default:"10"
Number of items per page (1-100)Example:
50string
Search by vehicle license plateExample:
1234-ABCarray[string]
Filter by vehicle type(s)Example:
vehicle_type=van_diesel&vehicle_type=rigid_truckarray[string]
Filter by fuel UUID(s)Example:
fuel_id=550e8400-e29b-41d4-a716-446655440000array[string]
Filter by vehicle license plate(s)Example:
vehicle_license_plate=1234-ABCarray[string]
Filter by source file UUID(s)Example:
file_id=550e8400-e29b-41d4-a716-446655440000string
Filter by recharge date >= (YYYY-MM-DD)Example:
2024-01-01string
Filter by recharge date <= (YYYY-MM-DD)Example:
2024-12-31string
Filter by creation date >= (YYYY-MM-DD)Example:
2024-01-01string
Filter by creation date <= (YYYY-MM-DD)Example:
2024-12-31string
Filter by recharge statusExample:
activestring
Filter by project UUID (only recharges linked to this project)Example:
a8315ef3-dd50-43f8-b7ce-d839e68d51faResponse
integer
Current page number
integer
Number of items per page
integer
Total number of logistics recharges matching the filters
array
Array of logistics recharge objects
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key422 Validation Error
Cause: Invalid filter parameterspage is a positive integer and size is between 1 and 100. Date parameters must use YYYY-MM-DD format.
Related Endpoints
Get Logistics Requests
Retrieve logistics shipment requests
Delete Recharge
Delete a single recharge record
Batch Delete Recharges
Delete multiple recharges at once
Generate Report
Generate ISO 14083 emissions report