Calculate First Time Schedule Date
GET
/v2/schedules/calculate_first_timeLast modified: 3 days ago
Calculate First Time Schedule Date
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
Request samples
Responses
OK(200)
Unauthorized(401)
Parameter Error(422)
HTTP Code: 200
Content Type : JSONapplication/json
First Time Calculated
Data Schema
object {0}
Example
{}
Last modified: 3 days ago