get https://api.bamboohr.com/api/gateway.php//v1/benefitgroupplans
Get benefit group plans
Sample Response
{
"Benefit Group Plans": [
{
"id": "1",
"benefitGroupId": "2",
"benefitPlanId": "1",
"eligibility": "month_after_waiting_period",
"waitPeriod": "1",
"waitPeriodType": "months",
"startDate": "2016-02-10",
"endDate": "2016-12-31",
"archived": false
},
{
"id": "2",
"benefitGroupId": "2",
"benefitPlanId": "2",
"eligibility": "month_after_waiting_period",
"waitPeriod": "1",
"waitPeriodType": "months",
"startDate": "2016-02-10",
"endDate": "2016-12-31",
"archived": false
},
{
"id": "3",
"benefitGroupId": "2",
"benefitPlanId": "4",
"eligibility": "month_after_waiting_period",
"waitPeriod": "1",
"waitPeriodType": "months",
"startDate": "2016-02-10",
"endDate": "2016-12-31",
"archived": false
}
]
}
<BenefitGroupPlans>
<BenefitGroupPlan id="1" benefitGroupId="2" benefitPlanId="1" eligibility="month_after_waiting_period" waitPeriod="1" waitPeriodType="months" startDate="2016-02-10" endDate="2016-12-31" archived="false"/>
<BenefitGroupPlan id="2" benefitGroupId="2" benefitPlanId="2" eligibility="month_after_waiting_period" waitPeriod="1" waitPeriodType="months" startDate="2016-02-10" endDate="2016-12-31" archived="false"/>
<BenefitGroupPlan id="3" benefitGroupId="2" benefitPlanId="4" eligibility="month_after_waiting_period" waitPeriod="1" waitPeriodType="months" startDate="2016-02-10" endDate="2016-12-31" archived="false"/>
</BenefitGroupPlans>