Thank you.DateTStamp: String in "yyyy-MM-dd HH:mm:ss" format. Only include schedules with a DateTStamp altered after the specified date and time. This provides a good way for you to keep a synchronized copy of schedules.
API Request | Schedules GET (multiple) add DateTStamp param
-
- Posts: 122
- Joined: Wed Apr 06, 2022 12:04 pm
API Request | Schedules GET (multiple) add DateTStamp param
Hello - I would like to request an update to Schedules GET (multiple) API. Please add DateTStamp as an optional param that, when used, follows the same behavior used in the Appointments GET (multiple) API.
Re: API Request | Schedules GET (multiple) add DateTStamp param
Hello rinse-dental,rinse-dental wrote: ↑Wed May 28, 2025 9:57 amHello - I would like to request an update to Schedules GET (multiple) API. Please add DateTStamp as an optional param that, when used, follows the same behavior used in the Appointments GET (multiple) API.
Thank you.DateTStamp: String in "yyyy-MM-dd HH:mm:ss" format. Only include schedules with a DateTStamp altered after the specified date and time. This provides a good way for you to keep a synchronized copy of schedules.
I have added looking into this to our API development list. However, the schedules GET endpoint already contains robust date filtering. Have you considered setting up a schedules database event?
Thanks!
-
- Posts: 122
- Joined: Wed Apr 06, 2022 12:04 pm
Re: API Request | Schedules GET (multiple) add DateTStamp param
Thank you for asking. Yes, I use the schedules database event now though I'm realizing now that DateTStamp won't solve my problem. My issue is, when you add/remove ops from a schedule (e.g. blockout), it does not fire a database event.I have added looking into this to our API development list. However, the schedules GET endpoint already contains robust date filtering. Have you considered setting up a schedules database event?
Is it possible to request a scheduleop database event? Or perhaps there is a better solution to see/hear when and ops are added/removed from a blockout?