API Change Log - March 23, 2023
almost 2 years ago by Jishnu Ramakrishnan
Check out the updates for this release.
Webstore and CMA
- API endpoint: {api_url}/v1/guests/{guest_id}/waitlist?page=1&size=10
- Scenario: This API fetches the appointment details of the guest present on the waitlist.
- Earlier behavior: NA
- New behavior: This backend API allows a guest to fetch their appointment details on Webstore or CMA while on the waitlist.
- API documentation link: NA
- API endpoint: {api_url}/v1/centers/{center_id}/waitlist/{id}
- Scenario: This API removes the guest from the waitlist.
- Earlier behavior: NA
- New behavior: This API allows a guest to remove themselves from the waitlist of the center.
- API documentation link: NA
- API endpoint: {api_url}/v1/centers/{center_id}/waitlist
- Scenario: This API allows the guest to add themselves to the waitlist.
- Earlier behavior: NA
- New behavior: This API allows the guest to add themselves to the waitlist of the center through Webstore or CMA.
- API documentation link: NA
Loyalty
- API endpoint: {apiurl}/v1/guests/search
- Scenario: With this release, Zenoti allows you to search for guests at the zone level.
- Earlier behavior: The search was only limited to the center level.
- New behavior: An additional parameter, search_across_zone, now allows you to search for a guest at the zone level.
To search for guests within the zone, you must ensure to pass the parameter as true in the following way:
search_across_zone = true - API documentation link: Search for a guest