Search found 7 matches

by Ummehani
Tue Oct 15, 2024 6:28 am
Forum: API
Topic: Clarification on DateTStamp Filtering and API Behavior Across Multiple Open Dental Modules
Replies: 5
Views: 5054

Re: Clarification on DateTStamp Filtering and API Behavior Across Multiple Open Dental Modules

Thank you for your insights and clarifications regarding my previous questions. I have some additional inquiries based on the responses I received: ProcedureLogs Module 1. GET /procedurelogs Response: In the response from the `GET /procedurelogs` endpoint, I noticed the fields "Priority" and "priori...
by Ummehani
Mon Oct 14, 2024 7:47 am
Forum: API
Topic: Clarification on DateTStamp Filtering and API Behavior Across Multiple Open Dental Modules
Replies: 5
Views: 5054

Re: Clarification on DateTStamp Filtering and API Behavior Across Multiple Open Dental Modules

Thank you for your detailed response regarding my questions about the Open Dental API modules. I appreciate the clarifications provided. I have a few follow-up questions based on your insights: FamilyModule 1. GET Insurance Response Tables: Could you specify the names of the tables that generate the...
by Ummehani
Fri Oct 11, 2024 4:21 am
Forum: API
Topic: Clarification on DateTStamp Filtering and API Behavior Across Multiple Open Dental Modules
Replies: 5
Views: 5054

Clarification on DateTStamp Filtering and API Behavior Across Multiple Open Dental Modules

I'm working with various Open Dental API modules to sync data, and I have several questions regarding the handling of specific parameters like `DateTStamp` and the behavior of certain endpoints. Below are my questions for different modules: FamilyModule 1. Tables used in GET Insurance response: What...
by Ummehani
Fri Oct 04, 2024 6:52 am
Forum: API
Topic: Syncing Patients Using Simple Patients API - DateTStamp Sorting and Error Handling
Replies: 3
Views: 7701

Re: Syncing Patients Using Simple Patients API - DateTStamp Sorting and Error Handling

Thank you for the helpful response to my last questions about syncing patient data with the Simple Patients API. Based on your guidance, I've developed a plan to initially fetch data using the Queries POST API and subsequently use the API calls for each module with the DateTStamp parameter. Is this ...
by Ummehani
Thu Sep 19, 2024 7:03 am
Forum: API
Topic: Syncing Patients Using Simple Patients API - DateTStamp Sorting and Error Handling
Replies: 3
Views: 7701

Syncing Patients Using Simple Patients API - DateTStamp Sorting and Error Handling

I'm working with the Simple Patients API to sync patient data, and I have a couple of questions regarding the handling of `DateTStamp` and record fetching. 1. Fetching in DateTStamp Order: Is there a search parameter or any other way to fetch patient records in an ordered manner by `DateTStamp`? Cur...
by Ummehani
Mon Sep 09, 2024 12:51 am
Forum: API
Topic: How to Fetch Large Volumes of Data in Bulk Using OpenDental API
Replies: 3
Views: 17378

Fetching Records Between Two Dates via Open Dental API

Hello SLeon, Thank you for the detailed response and the helpful insights on pagination and handling large datasets with the Open Dental API. I have another related query: I'm looking to fetch patient records between two specific dates using the Open Dental API. While I understand the pagination and...
by Ummehani
Thu Aug 29, 2024 3:55 am
Forum: API
Topic: How to Fetch Large Volumes of Data in Bulk Using OpenDental API
Replies: 3
Views: 17378

How to Fetch Large Volumes of Data in Bulk Using OpenDental API

I am currently working with the OpenDental API to retrieve patient records and I need to handle large datasets. Specifically I need to fetch potentially large volumes of data such as hundreds of thousands of records in a manageable way. I have been using the offset parameter for pagination but I've ...