{
"object": "schedule",
"id": "8cjyfzm6d0e2jecq98x1tnii",
"interval": "month",
"intervalCount": 1,
"atHour": 21,
"atMinute": 0,
"anchor": "start",
"dateNext": "2020-04-01T21:00:00.000Z",
"dateStart": "2020-04-01T21:00:00.000Z",
"timesRan": 0,
"timesToRun": 12,
"status": "active",
"created": "2020-03-16T14:40:10.000Z",
"lastUpdated": "2020-03-16T14:40:11.000Z"
}
Object Keys |
---|
id string |
object string, value is "schedule" |
interval string, possible values: week, month, year |
intervalCount integer |
atHour integer |
atMinute integer |
anchor string Interval week can have values monday, tuesday, wednesday, thursday, friday, saturday, sunday Interval month can have values start, end Interval year can have possible values start, end |
dateNext datestring |
dateStart datestring |
timesRan integer |
timesToRun integer |
status string, values are: active, running, stopped, complete, inactive active stopped running complete inactive |
created datestring |
lastUpdated datestring |