Find AptNum for an apptointment on the schedule

For requests or help with our API
Post Reply
Maxillo
Posts: 5
Joined: Sun Aug 02, 2020 8:15 am

Find AptNum for an apptointment on the schedule

Post by Maxillo » Sun May 26, 2024 9:27 am

Hello,

I'm trying to use the api to retrieve the list of procedures performed at a given appointment to compose a appointment summery reports for referrals.

I have written python code that retrieves the procedures via GET /procedurelogs?AptNum, I just don't know where to find the AptNum for a given appointment.

thanks in advance for your help

SLeon
Posts: 501
Joined: Mon Mar 01, 2021 10:00 am

Re: Find AptNum for an apptointment on the schedule

Post by SLeon » Tue May 28, 2024 8:21 am

Good morning,

You will very likely determine an AptNum from one of the Appointments endpoints. In most use cases, you will use Appointments GET (multiple) and pass in the optional PatNum parameter to get all appointments for that patient. There are other parameters, such as AptStatus and date, you may want to utilize as well.

Post Reply