Calculate Next Schedule Dates
GET
/v2/schedules/calculate_next_timesLast modified: 3 days ago
Calculate Next Schedule Dates
Request
Query Params
period
integer
required
The period of the schedule
Example:
4
period_unit
enum<string>
required
The period unit
Allowed values:
dayweekmonth
Example:
week
timezone
string
optional
The schedule's timezone
Example:
UTC
bymonthday
string
optional
By month day
Example:
1
byday
string
optional
By day
Example:
1SU
times
integer
optional
The number of the next schedule dates, default 5, max 50.
Example:
5
include_first_time
boolean
optional
Include reference time in response
Example:
false
reference_time
boolean
optional
The reference time
Example:
false
Request samples
Responses
OK(200)
Unauthorized(401)
Parameter Error(422)
HTTP Code: 200
Content Type : JSONapplication/json
Success
Data Schema
object {0}
Example
{}
Last modified: 3 days ago