Get Event Type Available Schedules
GET
/v1/event_types/{uid}/available_schedulesReturns a list of available times for an event type within a specified date range.
Date range can be no greater than 7 days.
Request
Path Params
uid
string
required
Query Params
periodStart
string
required
Example:
2020-01-02T20:00:00Z
periodEnd
string
required
Example:
2020-01-03T20:00:00Z
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
data
$ref(#/definitions/1468591)[]
required
#/definitions/1468591
optional
Example
Not configured
Last modified: 3 months ago