Search found 10 matches

by graham_mueller
Mon Apr 01, 2024 5:39 pm
Forum: API
Topic: Missing [Delete] /Documents
Replies: 3
Views: 338

Re: Missing [Delete] /Documents

With regard to "break," I just meant delete. Apparently this language is only used in the API for appointments, and perhaps has a different connotation than I realized. We're just looking for a mechanism to either replace an existing document with a new version, or delete an old document and then ad...
by graham_mueller
Sat Mar 30, 2024 10:56 am
Forum: API
Topic: Missing [Delete] /Documents
Replies: 3
Views: 338

Missing [Delete] /Documents

It appears the documents api does not support updating, "breaking," or deleting documents. Am I missing an option for this? Could this be added otherwise? I'm also unable to do so via the ShortQuery API, I hadn't realized this was readonly.
by graham_mueller
Mon Mar 04, 2024 8:11 pm
Forum: API
Topic: ECONNRESET when attempting PUT ShortQuery with Offset
Replies: 4
Views: 986

Re: ECONNRESET when attempting PUT ShortQuery with Offset

Since our backend is using Node.js, and our OD calls are made using Axios, I found this StackOverflow post that was able to solve the problem, so perhaps not an issue here at all.
by graham_mueller
Mon Mar 04, 2024 3:01 pm
Forum: API
Topic: ECONNRESET when attempting PUT ShortQuery with Offset
Replies: 4
Views: 986

Re: ECONNRESET when attempting PUT ShortQuery with Offset

Hi Justine, These are "short" queries, I'm not getting a timeout - the API is resetting my connection. The appointment endpoint doesn't provide the data I need, or rather doesn't provide the filter controls I needed. We discussed this is another thread about Appointment Slots. The issue isn't the qu...
by graham_mueller
Mon Mar 04, 2024 2:16 pm
Forum: API
Topic: ECONNRESET when attempting PUT ShortQuery with Offset
Replies: 4
Views: 986

ECONNRESET when attempting PUT ShortQuery with Offset

I started to try to loop through result sets today, because one query is getting a set of appointments with length > 100. When I make a second request with Offset=100, the OD API server seems to be killing my connection each time. I'm hitting [PUT] https://api.opendental.com/api/v1/queries/ShortQuer...
by graham_mueller
Tue Feb 20, 2024 5:58 pm
Forum: API
Topic: "Duration" of X and / setting
Replies: 1
Views: 769

"Duration" of X and / setting

In the desktop client, you can specify whether the system displays in 5/10/15 minute intervals. Is this setting exposed via the API? I'm not sure what name to search, and I haven't been able to find something that seems appropriately named. ETA: Specifically, in the Open Dental desktop application, ...
by graham_mueller
Fri Jan 19, 2024 11:41 pm
Forum: API
Topic: Appointment Slots (proposal for API)
Replies: 9
Views: 3544

Re: Appointment Slots (proposal for API)

works almost identically to the standard appointment search found within Open Dental. Perhaps I was unclear with what I meant here, I expected this to be the case and it was not. I was not getting similar results; when I would search via the OD UI, I was presented with many more options for the sam...
by graham_mueller
Fri Jan 19, 2024 11:28 pm
Forum: API
Topic: Referrals API Update
Replies: 3
Views: 1344

Re: Referrals API Update

Which fields would you like to filter the results by? For my specific scenario, I would like to filter by the preferred field that doesn’t currently exist. The non human would make a possible alternative, but more generally on all the endpoints, having the ability to filter by any of the keys that ...
by graham_mueller
Fri Jan 19, 2024 11:31 am
Forum: API
Topic: Appointment Slots (proposal for API)
Replies: 9
Views: 3544

Re: Appointment Slots (proposal for API)

I'm interested in what the intended use of the Slots API is. My expectation is that it would provide me with *all* slots that fit a certain set of criteria (eg operatory + appt length in the simplest case), but it instead only appears to return one slot per day, and doesn't line up with what the sch...
by graham_mueller
Fri Jan 19, 2024 11:15 am
Forum: API
Topic: Referrals API Update
Replies: 3
Views: 1344

Referrals API Update

Hi all, New to the forums, going to bundle a couple things here under a primary question. Let me know if you prefer things broken up. The gist of my goal here is, I'm hoping to surface referral options to users as they book appointments. The clinic I'm working with has many referrals set up; I want ...