curl --location --request GET 'https://cgv-prd-trackings-api.contele.io/api/v1/list-planning-routes?route_date' \
--header 'x-api-key;'
{
"routes": [
{
"planned_route_id": "string",
"summary_route_id": "string",
"route_name": "string",
"planned_start_hour": "string",
"planned_end_hour": "string",
"stop_counts": 0,
"planned_productive_km": 0,
"planned_dead_start_km": 0,
"planned_dead_end_km": 0,
"activity": "string",
"organization_id": 0,
"route_day": "string",
"realized_start_hour": "string",
"realized_end_hour": "string",
"realized_productive_km": 0,
"realized_dead_start_km": 0,
"realized_dead_end_km": 0,
"realized_driver_id": 0,
"realized_vehicle_id": 0,
"planned_driver_id": 0,
"planned_vehicle_id": 0
}
]
}