GET ./orar/sio

Tags: simplequery

It is used to return time slots.

Output example

{
"meta": {
"countTotal": "1",
"countData": "1",
"countOffset": "0"
},
"data": [
{
"sioID": "35",
"sioNume": "Test API 3",
"ioOraMin": "09:00",
"ioOraMax": "11:00",
"io": [
{
"ioID": "117",
"ioOraStart": "09:00",
"ioOraEnd": "10:10"
},
{
"ioID": "118",
"ioOraStart": "10:10",
"ioOraEnd": "11:00"
}
],
"sioDays": [
"1",
"2",
"3",
"4",
"5"
]
}
]
}