Migrated from Redmine #1094 | Author: Can Demir Status: Feedback | Priority: High, I’m very impatient | Created: 2023-08-18
Hi Dmytro,
When the user is making an appointment, if the appointment time he has chosen is full, I will make him make an appointment for the next free time.
How many appointments can be made at the selected hour, how many slots are left, with which web service can I learn the answer? May I know how many available slots are left at which appointment time?
I actively use the rest api “Get slots timeline” method, but the available_count and total_count returned in the response are null for me.
Thank you for your previous information, I had a separate question.
I have 2 different services. These services have separate locations. I want to distinguish the services while getting the locations with the web service, which method should I use for this?
Unfortunately filtering services by location currently is not available.
You should get all locations, providers and services. and then filter service by map that you have in locations and providers.