API not available for all tables which are present in schema

For requests or help with our API
Post Reply
Jahangir
Posts: 2
Joined: Sat May 02, 2026 9:26 am

API not available for all tables which are present in schema

Post by Jahangir »

I am trying use api to get data from opendental but i see multiple tables in the schema documentaion but i dont see there coreesponding api's.Please help me with that
justine
Posts: 359
Joined: Tue Dec 28, 2021 7:59 am

Re: API not available for all tables which are present in schema

Post by justine »

Jahangir wrote: Sat May 02, 2026 9:35 am I am trying use api to get data from opendental but i see multiple tables in the schema documentaion but i dont see there coreesponding api's.Please help me with that
Hello Jahangir,

Not every database table has an API endpoint.

The schema documentation describes the database structure. The API documentation lists the supported API endpoints. There is no expectation that every table in the schema has a corresponding API endpoint.

Thanks!
Jahangir
Posts: 2
Joined: Sat May 02, 2026 9:26 am

Re: API not available for all tables which are present in schema

Post by Jahangir »

How do I extract automatically data from these tables then. There are few tables which I feel are important for my pipeline like
Payortype. and Payperiod.
Please guide here
justine
Posts: 359
Joined: Tue Dec 28, 2021 7:59 am

Re: API not available for all tables which are present in schema

Post by justine »

Jahangir wrote: Tue May 19, 2026 10:03 am How do I extract automatically data from these tables then. There are few tables which I feel are important for my pipeline like
Payortype. and Payperiod.
Please guide here
Hello jahangir,

PayorType and PayPeriod are not API endpoints currently available through the API.

At this time, we do not have plans to add dedicated endpoints for these tables. For your case, you may be able to retrieve the needed data using the ShortQuery endpoint instead.

Thanks!
Post Reply