GET - OpenDental DB name and images path

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

GET - OpenDental DB name and images path

Post by PBECKER » Mon Feb 21, 2022 6:07 am

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: 476
Joined: Mon Mar 01, 2021 10:00 am

Re: GET - OpenDental DB name and images path

Post by SLeon » Mon Feb 21, 2022 10:46 am

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