API Request | InsPlans GET by PlanNum

For requests or help with our API
Post Reply
rinse-dental
Posts: 140
Joined: Wed Apr 06, 2022 12:04 pm

API Request | InsPlans GET by PlanNum

Post by rinse-dental »

Use Case: Return details of an Insurance Plan (e.g. Group Number, Group Name, etc.)

Current state: GET /insplans returns a list of plans which requires additional processing and excludes any plans beyond the 1,000 object/row limit.

Proposed addition:
  • GET /inssubs/11 -- return specific plan
  • GET /inssubs?CarrierNum=25&PlanType=p&IsHidden=false&Offset=100b -- return multiple plans
SLeon
Posts: 605
Joined: Mon Mar 01, 2021 10:00 am

Re: API Request | InsPlans GET by PlanNum

Post by SLeon »

Good afternoon,
rinse-dental wrote: Sat May 04, 2024 12:50 pm Proposed addition:
GET /inssubs/11 -- return specific plan
GET /inssubs?CarrierNum=25&PlanType=p&IsHidden=false&Offset=100b -- return multiple plans
I assume there is a typo and you want us to add insplans GET functionality.

We can add a GET (single) endpoint and add optional CarrierNum and PlanType filters to the existing GET (multiple) endpoint.
rinse-dental
Posts: 140
Joined: Wed Apr 06, 2022 12:04 pm

Re: API Request | InsPlans GET by PlanNum

Post by rinse-dental »

Yes, thank you that would be great.
AustinD
Posts: 15
Joined: Wed Jul 31, 2024 3:22 pm

Re: API Request | InsPlans GET by PlanNum

Post by AustinD »

rinse-dental wrote: Sat May 04, 2024 12:50 pm Use Case: Return details of an Insurance Plan (e.g. Group Number, Group Name, etc.)

Current state: GET /insplans returns a list of plans which requires additional processing and excludes any plans beyond the 1,000 object/row limit.

Proposed addition:
  • GET /inssubs/11 -- return specific plan
  • GET /inssubs?CarrierNum=25&PlanType=p&IsHidden=false&Offset=100b -- return multiple plans
Hello,
This feature request is complete and is available in version 24.2.11. For more information see our online documentation
https://www.opendental.com/site/apiinsplans.html
rinse-dental
Posts: 140
Joined: Wed Apr 06, 2022 12:04 pm

Re: API Request | InsPlans GET by PlanNum

Post by rinse-dental »

Great - thanks!
Post Reply