Response example A successful response returns a paginated list of trips and includes pagination metadata.
{
"success": true,
"code": 200,
"message": "OK",
"data": {
"trips": [
{
"TripID": 23220,
"CustomerName": "John Doe",
"CustomerPhoneCode": "971",
"CustomerMobileNumber": "541112233",
"DriverName": null,
"DriverPhoneCode": null,
"DriverMobileNumber": null,
"PlateNumber": null,
"VehicleTypeID": 1,
"VehicleIcon": "https://truxx.b-cdn.net/4aacea94-9fe3-4957-9bb1-2b868855ac96.webp",
"VehicleType": "Pickup Truck",
"DriverLat": 23.004475,
"DriverLng": 53.350864,
"fromLat": 23.004475,
"fromLng": 53.350864,
"fromAddress": "2932+Q8 Arada - Abu Dhabi - United Arab Emirates",
"fromAreaName": "Arada",
"toAddress": "X49P+FW Ras Al-Khaimah - Ras Al Khaimah - United Arab Emirates",
"toAreaName": "Ras Al-Khaimah",
"toLat": 25.968739,
"toLng": 56.137327,
"StatusCode": 4,
"StatusName": "Scheduled trip",
"TripDate": "2026-03-22T22:48:00",
"TripFare": 1402.7,
"Invoice": "https://public.truxx.ae/Home?pdf=invoice&id=23220&env=test&type=client",
"Receipt": "https://public.truxx.ae/Home?pdf=receipt&id=23220&env=test&type=client",
"CreditNote": ""
},
{
"TripID": 23217,
"CustomerName": "John Doe",
"CustomerPhoneCode": "971",
"CustomerMobileNumber": "541112233",
"DriverName": "Sherbat Rustam",
"DriverPhoneCode": "971",
"DriverMobileNumber": "506001442",
"PlateNumber": "42058",
"VehicleTypeID": 1,
"VehicleIcon": "https://truxx.b-cdn.net/4aacea94-9fe3-4957-9bb1-2b868855ac96.webp",
"VehicleType": "Pickup Truck",
"DriverLat": 23.004475,
"DriverLng": 53.350864,
"fromLat": 23.004475,
"fromLng": 53.350864,
"fromAddress": "2932+Q8 Arada - Abu Dhabi - United Arab Emirates",
"fromAreaName": "Arada",
"toAddress": "X49P+FW Ras Al-Khaimah - Ras Al Khaimah - United Arab Emirates",
"toAreaName": "Ras Al-Khaimah",
"toLat": 25.968739,
"toLng": 56.137327,
"StatusCode": -2,
"StatusName": "Cancelled",
"TripDate": "2026-03-16T22:48:00",
"TripFare": 1403.5,
"Invoice": "https://public.truxx.ae/Home?pdf=invoice&id=23217&env=test&type=client",
"Receipt": "https://public.truxx.ae/Home?pdf=receipt&id=23217&env=test&type=client",
"CreditNote": "https://public.truxx.ae/Home?pdf=credit-note&id=23217&env=test&type=client"
}
],
"pageNumber": 1,
"pageSize": 20,
"totalPages": 2,
"totalCount": 24
}
}Copy response