This API allows to get a list of bookings in a workspace. The bookings can be filtered based on client email, host email, type of meeting, meeting start time or meeting end time.
{your-workspace}
with your workspace’s subdomain. You can generate an API key from the NeetoCal API Keys dashboard.
To get the bookings of a particular type only. The available types are upcoming, past, cancelled, and incomplete. If no value is passed it will default to all bookings.
Page number. The default value is 1.
Number of bookings to receive. The default value is 30.
To get the bookings of a particular host only.
To get the bookings of a particular client only.
Apply filters on your bookings.
Sort bookings by booking creation date. The default value is desc
.
asc
, desc
OK - Request succeeded
The response is of type object
.