Get Widget Schedule List
All API requests should contain authorization headers.
Request
GET /widgets/{widgetId}/schedule
Query Parameters
Name
Type
Required
Comments
widgetId
integer
yes
Id of widget you want schedule to
Response
{
"communityId": 15,
"customTimes": {
"monday": [
{
"startAt": "00:01:00",
"endAt": "18:00:00"
}
],
"tuesday": [
{
"startAt": "00:01:00",
"endAt": "18:00:00"
}
],
"wednesday": [
{
"startAt": "00:01:00",
"endAt": "18:00:00"
}
],
"thursday": [
{
"startAt": "00:01:00",
"endAt": "18:00:00"
}
],
"friday": [
{
"startAt": "00:01:00",
"endAt": "18:00:00"
}
],
"saturday": [
{
"startAt": "18:30:00",
"endAt": "19:00:00"
}
],
"sunday": [
{
"startAt": "18:30:00",
"endAt": "19:00:00"
}
]
},
"timePeriod": 3,
"widgetId": 706
}
Response field will contain Widget Schedule objects.
Last updated
Was this helpful?