Search found 10 matches

by achatter01
Wed Mar 29, 2023 9:58 am
Forum: API
Topic: Customer API Key
Replies: 8
Views: 6358

Re: Customer API Key

That is great to hear! Kudos to the team. :D
by achatter01
Tue Mar 28, 2023 10:30 pm
Forum: API
Topic: Customer API Key
Replies: 8
Views: 6358

Re: Customer API Key

Following up after a long while to see if this was ever implemented where the customer key could be retrieved programmatically.
by achatter01
Mon Nov 08, 2021 12:34 pm
Forum: API
Topic: Customer API Key
Replies: 8
Views: 6358

Re: Customer API Key

Sounds great! Glad to hear about the plans to have it in the database somewhere.

Thanks!
by achatter01
Sat Nov 06, 2021 9:51 pm
Forum: API
Topic: Customer API Key
Replies: 8
Views: 6358

Re: Customer API Key

You are right - in our scenario, we will probably have our software running on each client's machine (either server or workstation) that will need to call the API for data. In that case, I believe the way I understood it, each client will need to have a separate customer key that is then provided in...
by achatter01
Sat Nov 06, 2021 2:19 pm
Forum: API
Topic: Customer API Key
Replies: 8
Views: 6358

Customer API Key

I might be missing something in my understanding. From the API Portal I can create multiple API CustomerKeys. Those will be assigned to each individual customer. When an API call is made, an Authorization Header must be included which has the Authorization: ODFHIR {DeveloperKey}/{CustomerKey} format...
by achatter01
Mon Sep 27, 2021 12:07 pm
Forum: API
Topic: Patients List by Provider
Replies: 3
Views: 5214

Re: Patients List by Provider

Great! Thanks for adding it to the dev list. What's the general cadence of releases from the development team?

Thanks again!
by achatter01
Sun Sep 26, 2021 3:17 pm
Forum: Developers
Topic: Patients List - API question
Replies: 1
Views: 3451

Patients List - API question

Does the GET Patients (multiple) endpoint in the new API allow a Get of all Patients attached to a Primary Provider. In the Schema details for 21.1 the Patients section has a PriProv field, but when I did a GET Patients with PriProv as a key, I got an error that 'PriProv' is not a valid parameter. A...
by achatter01
Thu Apr 29, 2021 8:24 am
Forum: Developers
Topic: Retrieving documents/images for patients
Replies: 4
Views: 9434

Re: Retrieving documents/images for patients

Yes. Sounds like an optional parameter on the Document GET API or a different endpoint that takes a parameter to return thumbnails would be an approach to think of.
by achatter01
Wed Apr 28, 2021 11:12 am
Forum: Developers
Topic: Retrieving documents/images for patients
Replies: 4
Views: 9434

Re: Retrieving documents/images for patients

Great to hear!
In the interim, what's the recommended approach to retrieve images for patients. Possibly a list/matrix of images that then allows the user to select the ones they need.

Thanks!
by achatter01
Tue Apr 27, 2021 3:08 pm
Forum: Developers
Topic: Retrieving documents/images for patients
Replies: 4
Views: 9434

Retrieving documents/images for patients

From the API documentation I only see Documents POST SetByUrl and Documents POST Upload. Are there plans for a GET? If we are using the API for integration with OD, how do I retrieve documents/images for a patient?

Thanks for any pointers. New to OpenDental and learning my way through.