GET ./timetables/schedules

Details about a specific block

GET parameters

NameValue TypeValidationDetails
ascIDintRequiredAnul scolar

Validation

Error FieldError CodeError Message
ascID101Invalid ascID

Output example

{
"slots": [
{
"id": "951",
"startHour": "01:00",
"endHour": "01:20"
},
{
"id": "952",
"startHour": "01:20",
"endHour": "01:40"
},
{
"id": "953",
"startHour": "01:40",
"endHour": "02:00"
},
{
"id": "947",
"startHour": "05:00",
"endHour": "05:20"
},
{
"id": "946",
"startHour": "06:00",
"endHour": "06:20"
},
{
"id": "945",
"startHour": "07:00",
"endHour": "07:20"
},
{
"id": "929",
"startHour": "08:00",
"endHour": "08:20"
},
{
"id": "930",
"startHour": "09:00",
"endHour": "09:20"
},
{
"id": "927",
"startHour": "10:00",
"endHour": "10:20"
},
{
"id": "928",
"startHour": "11:00",
"endHour": "11:20"
},
{
"id": "931",
"startHour": "12:00",
"endHour": "12:20"
},
{
"id": "932",
"startHour": "13:00",
"endHour": "13:20"
},
{
"id": "933",
"startHour": "14:00",
"endHour": "14:20"
},
{
"id": "934",
"startHour": "15:00",
"endHour": "15:20"
},
{
"id": "689",
"startHour": "16:00",
"endHour": "16:20"
},
{
"id": "690",
"startHour": "17:00",
"endHour": "17:20"
},
{
"id": "691",
"startHour": "18:00",
"endHour": "18:20"
},
{
"id": "944",
"startHour": "19:00",
"endHour": "19:20"
},
{
"id": "948",
"startHour": "20:00",
"endHour": "20:20"
},
{
"id": "949",
"startHour": "21:00",
"endHour": "21:20"
},
{
"id": "950",
"startHour": "22:00",
"endHour": "22:20"
}
],
"days": [
"Mon",
"Tue",
"Wed",
"Thu",
"Sat",
"Sun"
]
}