[#1094] Available Slot

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.

I request your help on the matter.

Dmytro Bondarev wrote:

Hi,

This field is optional and available only when “Display Remaining Spaces” custom feature is turned on.

Can Demir wrote:

Hi Dmytro,

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?

I’m actively using the Get provider method. Can I reserve my endpoint as follows “https://user-api-v2.simplybook.me/admin/providers” using this service?

I request your help on the matter.

Dmytro Bondarev wrote:

Hi,

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.