Page 1 of 1

API Request - Practice Info GET

Posted: Tue Jul 12, 2022 3:50 pm
by greg.merrill
The Practice Info seen below (with dummy data) when navigating the Open Dental UI via Setup > Practice, does not appear to be exposed by the API. Is there a specific query that I am missing to get this data?

It would be nice to be able to get this information, specifically at least the Name, Phone, and Physical Treating Address, so developers can have access to a backup address in case the practice has not set up the Clinics feature with clinic addresses.

Thanks!

Screen Shot 2022-07-12 at 3.41.35 PM.png
Screen Shot 2022-07-12 at 3.41.35 PM.png (938.35 KiB) Viewed 1587 times

Re: API Request - Practice Info GET

Posted: Tue Jul 12, 2022 4:01 pm
by SLeon
Yes, these data are stored as entries in our preference table and so you can retrieve them through the API with either Preferences GET or Queries PUT ShortQuery. The names of the preferences you are after are "PracticeTitle", "PracticePhone", and "PracticeAddress", respectively.

Re: API Request - Practice Info GET

Posted: Tue Jul 12, 2022 4:04 pm
by greg.merrill
Oh that's beautiful - thanks for the quick response!!