Page 1 of 1

API Request | InsPlans GET by PlanNum

Posted: Sat May 04, 2024 12:50 pm
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

Re: API Request | InsPlans GET by PlanNum

Posted: Wed May 08, 2024 1:38 pm
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.

Re: API Request | InsPlans GET by PlanNum

Posted: Fri May 10, 2024 5:47 pm
by rinse-dental
Yes, thank you that would be great.

Re: API Request | InsPlans GET by PlanNum

Posted: Wed Jul 31, 2024 3:50 pm
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

Re: API Request | InsPlans GET by PlanNum

Posted: Mon Aug 12, 2024 12:22 pm
by rinse-dental
Great - thanks!