Returns a list of available times for an event type within a specified date range. Date range can be no greater than 7 days.
Request
Authorization
Add parameter in header
X-Jicoo-Api-Key
Example:
X-Jicoo-Api-Key: ********************
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
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/v1/event_types//available_schedules?periodStart=2020-01-02T20:00:00Z&periodEnd=2020-01-03T20:00:00Z' \
--header'X-Jicoo-Api-Key;'