Horarios Comerciales GET
URL: https://api.painelalter.com/api/schedule
Devuelve datos sobre los horarios comerciales de los establecimientos.
Ejemplo de Respuesta
json
{
"establishments": [
{
"alias_id": "01",
"establishment_name": "Alter - Porto Alegre",
"timezone": "America/Sao_Paulo",
"schedule": [
{
"closing": "18:00:00.000000",
"opening": "08:00:00.000000",
"duration": "10:00:00.000000",
"dayofweek": "TUE"
},
{
"closing": "18:00:00.000000",
"opening": "08:00:00.000000",
"duration": "10:00:00.000000",
"dayofweek": "WED"
},
{
"closing": "18:00:00.000000",
"opening": "08:00:00.000000",
"duration": "10:00:00.000000",
"dayofweek": "THU"
},
{
"closing": "18:00:00.000000",
"opening": "08:00:00.000000",
"duration": "10:00:00.000000",
"dayofweek": "FRI"
},
{
"closing": "18:00:00.000000",
"opening": "08:00:00.000000",
"duration": "10:00:00.000000",
"dayofweek": "SAT"
},
{
"closing": "18:00:00.000000",
"opening": "08:00:00.000000",
"duration": "10:00:00.000000",
"dayofweek": "SUN"
},
{
"closing": "18:00:00.000000",
"opening": "08:00:00.000000",
"duration": "10:00:00.000000",
"dayofweek": "MON"
}
]
},
{
"alias_id": "02",
"establishment_name": "Alter - Bento Gonçalves",
"timezone": "America/Sao_Paulo",
"schedule": [
{
"closing": "18:00:00.000000",
"opening": "08:00:00.000000",
"duration": "10:00:00.000000",
"dayofweek": "WED"
},
{
"closing": "18:00:00.000000",
"opening": "08:00:00.000000",
"duration": "10:00:00.000000",
"dayofweek": "MON"
}
]
},
{
"alias_id": "03",
"establishment_name": "Alter - Faria Lima",
"timezone": "America/Sao_Paulo",
"schedule": [
{
"closing": null,
"opening": null,
"duration": null,
"dayofweek": null
}
]
},
{
"alias_id": "04",
"establishment_name": "Alter - Belo Horizonte",
"timezone": "America/Sao_Paulo",
"schedule": [
{
"closing": "04:00:00.000000",
"opening": "23:00:00.000000",
"duration": "05:00:00.000000",
"dayofweek": "MON"
},
{
"closing": "04:00:00.000000",
"opening": "23:00:00.000000",
"duration": "05:00:00.000000",
"dayofweek": "TUE"
},
{
"closing": "04:00:00.000000",
"opening": "23:00:00.000000",
"duration": "05:00:00.000000",
"dayofweek": "WED"
},
{
"closing": "04:00:00.000000",
"opening": "23:00:00.000000",
"duration": "05:00:00.000000",
"dayofweek": "THU"
},
{
"closing": "04:00:00.000000",
"opening": "23:00:00.000000",
"duration": "05:00:00.000000",
"dayofweek": "FRI"
},
{
"closing": "04:00:00.000000",
"opening": "23:00:00.000000",
"duration": "05:00:00.000000",
"dayofweek": "SAT"
},
{
"closing": "04:00:00.000000",
"opening": "23:00:00.000000",
"duration": "05:00:00.000000",
"dayofweek": "SUN"
}
]
}
]
}
