Authorization: Bearer ********************
{
"success": true,
"message": "Horários disponíveis recuperados com sucesso",
"data": {
"schedules_by_date": {
"2025-06-24": {
"date": "2025-06-24",
"formatted_date": "24/06/2025",
"day_of_week": "Terça-feira",
"total_slots": 6,
"morning_slots": 2,
"afternoon_slots": 4,
"schedules": [
{
"id": 1495,
"start_time": "08:00:00",
"end_time": "10:00:00",
"duration": "2h",
"period": "Manhã",
"dock": {
"id": 1,
"name": "001 - Pari - SP - Doca de Recebimento",
"type": "inbound",
"type_label": "Recebimento"
}
},
{
"id": 1496,
"start_time": "10:00:00",
"end_time": "12:00:00",
"duration": "2h",
"period": "Manhã",
"dock": {
"id": 1,
"name": "001 - Pari - SP - Doca de Recebimento",
"type": "inbound",
"type_label": "Recebimento"
}
},
{
"id": 1497,
"start_time": "12:00:00",
"end_time": "14:00:00",
"duration": "2h",
"period": "Tarde",
"dock": {
"id": 1,
"name": "001 - Pari - SP - Doca de Recebimento",
"type": "inbound",
"type_label": "Recebimento"
}
},
{
"id": 1498,
"start_time": "14:00:00",
"end_time": "16:00:00",
"duration": "2h",
"period": "Tarde",
"dock": {
"id": 1,
"name": "001 - Pari - SP - Doca de Recebimento",
"type": "inbound",
"type_label": "Recebimento"
}
},
{
"id": 1499,
"start_time": "16:00:00",
"end_time": "18:00:00",
"duration": "2h",
"period": "Tarde",
"dock": {
"id": 1,
"name": "001 - Pari - SP - Doca de Recebimento",
"type": "inbound",
"type_label": "Recebimento"
}
},
{
"id": 1500,
"start_time": "18:00:00",
"end_time": "18:00:59",
"duration": "0min",
"period": "Noite",
"dock": {
"id": 1,
"name": "001 - Pari - SP - Doca de Recebimento",
"type": "inbound",
"type_label": "Recebimento"
}
}
]
},
"2025-06-25": {
"date": "2025-06-25",
"formatted_date": "25/06/2025",
"day_of_week": "Quarta-feira",
"total_slots": 6,
"morning_slots": 2,
"afternoon_slots": 4,
"schedules": [
{
"id": 1501,
"start_time": "08:00:00",
"end_time": "10:00:00",
"duration": "2h",
"period": "Manhã",
"dock": {
"id": 1,
"name": "001 - Pari - SP - Doca de Recebimento",
"type": "inbound",
"type_label": "Recebimento"
}
},
{
"id": 1502,
"start_time": "10:00:00",
"end_time": "12:00:00",
"duration": "2h",
"period": "Manhã",
"dock": {
"id": 1,
"name": "001 - Pari - SP - Doca de Recebimento",
"type": "inbound",
"type_label": "Recebimento"
}
},
{
"id": 1503,
"start_time": "12:00:00",
"end_time": "14:00:00",
"duration": "2h",
"period": "Tarde",
"dock": {
"id": 1,
"name": "001 - Pari - SP - Doca de Recebimento",
"type": "inbound",
"type_label": "Recebimento"
}
},
{
"id": 1504,
"start_time": "14:00:00",
"end_time": "16:00:00",
"duration": "2h",
"period": "Tarde",
"dock": {
"id": 1,
"name": "001 - Pari - SP - Doca de Recebimento",
"type": "inbound",
"type_label": "Recebimento"
}
},
{
"id": 1505,
"start_time": "16:00:00",
"end_time": "18:00:00",
"duration": "2h",
"period": "Tarde",
"dock": {
"id": 1,
"name": "001 - Pari - SP - Doca de Recebimento",
"type": "inbound",
"type_label": "Recebimento"
}
},
{
"id": 1506,
"start_time": "18:00:00",
"end_time": "18:00:59",
"duration": "0min",
"period": "Noite",
"dock": {
"id": 1,
"name": "001 - Pari - SP - Doca de Recebimento",
"type": "inbound",
"type_label": "Recebimento"
}
}
]
},
// ....
},
"settings": {
"allow_multiple_slots": true,
"max_slots_allowed": null,
"can_add_more_slots": true
},
"current_schedules": 0,
"date_range": {
"start_date": "2025-06-24",
"end_date": "2025-07-07",
"days_shown": 14
}
}
}