Search found 11 matches

by darcockerell
Fri Mar 17, 2023 9:31 am
Forum: API
Topic: Multiple location offices
Replies: 1
Views: 1515

Multiple location offices

I'm looking for information about how the API handles offices that are set up with multiple locations -- in terms of filtering for appointments, patients, etc. - We have encountered several offices that share a database but our current output shows them all patients and appointments for all location...
by darcockerell
Wed Jan 25, 2023 10:26 am
Forum: API
Topic: API PUT request -SQLcommand issue
Replies: 1
Views: 1022

API PUT request -SQLcommand issue

We have experienced an issue with the PUT Request for patients when there are more than 100 results. example query: {"SqlCommand": "select p.FName from patient as p where p.LName = 'Brown'"} The Use case is searching for a patient whose last name is "Brown" - the patient does not show in the results...
by darcockerell
Tue Mar 29, 2022 9:09 am
Forum: API
Topic: Document Category clarification
Replies: 12
Views: 4716

Re: Document Category clarification

Ok cool thanks for looking into this. We prefer to stick with the POST Upload method because moving to sftp would require that we change how we deal with attached files. We are finding that when moving files using POST Upload method the Date Created changes when you actually open the file. Currently...
by darcockerell
Thu Mar 24, 2022 9:11 am
Forum: API
Topic: Document Category clarification
Replies: 12
Views: 4716

Re: Document Category clarification

Hm - when we test the limit is 3 million not 16 million
by darcockerell
Mon Mar 21, 2022 8:18 am
Forum: API
Topic: Document Category clarification
Replies: 12
Views: 4716

Re: Document Category clarification

Any answer about this? I've searched for anything on here about a size limit for placing documents/images/etc -- it looks like it starts erroring out at about 3MB but we can't find anything that officially gives a file size limit for what can be placed using the API. Can you confirm the limit size a...
by darcockerell
Tue Mar 15, 2022 12:06 pm
Forum: API
Topic: Document Category clarification
Replies: 12
Views: 4716

Re: Document Category clarification

Thanks! I missed that thread when looking. I've searched for anything on here about a size limit for placing documents/images/etc -- it looks like it starts erroring out at about 3MB but we can't find anything that officially gives a file size limit for what can be placed using the API. Can you conf...
by darcockerell
Wed Mar 09, 2022 8:19 am
Forum: API
Topic: Document Category clarification
Replies: 12
Views: 4716

Re: Document Category clarification

Thank you! Has anyone experienced two document items being created when importing? We tried both methods below - and both created one listing with the date and description - but when you click on it, it creates a second listing that is the actual file. How do we keep it one listing? Documents POST U...
by darcockerell
Mon Mar 07, 2022 6:56 am
Forum: API
Topic: Document Category clarification
Replies: 12
Views: 4716

Document Category clarification

We are working with the Document API and had some questions we couldn't find answers. 1) What is the correct way (SQL command?) to get the DocCategory ID numbers. 2) Are Category ID's the same for all Open Dental accounts? -- if we use the "Patient Information" category ID will that number be the sa...
by darcockerell
Thu Feb 10, 2022 8:09 am
Forum: API
Topic: Local API
Replies: 3
Views: 2961

Re: Local API

Awesome! Very excited about the local option. Is there a release date for vs 22.1?
by darcockerell
Tue Feb 01, 2022 6:28 am
Forum: API
Topic: ShortQuery help
Replies: 3
Views: 2346

Re: ShortQuery help

Thanks SLeon, the 400 BadRequest error doesn't give any additional information. Strangely, we ended up just uninstalling OD and reinstalling and now the Short Queries are working fine. So, I guess if anyone else is just getting started and having trouble with a 400 error - maybe try uninstalling and...
by darcockerell
Mon Jan 31, 2022 8:54 am
Forum: API
Topic: ShortQuery help
Replies: 3
Views: 2346

ShortQuery help

We are having trouble testing the ShortQueries. Our API Patient GET requests are working Our Short Query - PUT is not working. We are using a sample query provided in this page https://www.opendental.com/site/apiqueries.html and it gives the 400 BadRequest error We are doing this for PUT URL: https:...