GET - OpenDental DB name and images path

For requests or help with our API
Post Reply
PBECKER
Posts: 129
Joined: Mon Jan 03, 2022 11:54 am

GET - OpenDental DB name and images path

Post by PBECKER »

Request: Allow get get practice database name and opendentimages path for the practice that the API key is assigned to

If we could get this in the open dental api we would be super grateful.

Thank you Jordan and Team
SLeon
Posts: 605
Joined: Mon Mar 01, 2021 10:00 am

Re: GET - OpenDental DB name and images path

Post by SLeon »

A way to get this information already exists in our API:

1. Database name: Use Queries PUT ShortQuery and run "SELECT DATABASE()".

2. The opendentimages path is stored as the "DocPath" preference, and can be retrieved using Preferences GET.
Post Reply