Fetch Availability
Table of Contents
Purpose
To fetch availability of appointments across services.
Request URL
https://www.zohoapis.com/bookings/v1/json/availableslots
Headers
Parameter Name | Description |
---|---|
Authorization | Zoho-oauthtoken {{accesstoken}} |
Note: The access token can be generated from the developer console.
Request Method
GET
Parameters
Parameters to be passed in the request URL are,
Parameter Name | Description |
---|---|
service_id * | The unique id of the service for which availability is to be fetched. |
staff_id / group_id /resource_id * (Any one of the above id is mandatory) | staff_id: The unique id of the staff associated with the service for which availability is to be fetched. group_id: The unique id of the staff group associated with the service for which availability is to be fetched. resource_id: The unique id of the resource associated with the service for which availability is to be fetched. |
selected_date * | The date on which services are checked for availability. |
Response Type
JSON
The time format of the slots returned in the response will be based on the option chosen in Zoho Bookings under Settings >General>Basic Information>Time Format.
API Limits
Zoho Bookings Plan/Edition | Number of API calls/day |
Free | 250/per user |
Basic | 1000/per user |
Premium | 3000/per user |
Zoho One | 3000/per user |
Related Links
Sample Request
Copied
Sample Response
Copied