For requests or help with our API
rinse-dental
Posts: 140 Joined: Wed Apr 06, 2022 12:04 pm
Post
by rinse-dental » 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
SLeon
Posts: 605 Joined: Mon Mar 01, 2021 10:00 am
Post
by SLeon » Wed May 08, 2024 1:38 pm
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 ins
plans GET functionality.
We can add a GET (single) endpoint and add optional CarrierNum and PlanType filters to the existing GET (multiple) endpoint.
AustinD
Posts: 15 Joined: Wed Jul 31, 2024 3:22 pm
Post
by AustinD » Wed Jul 31, 2024 3:50 pm
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