get https://api.bamboohr.com/api/gateway.php//v1/benefitplans
Get benefit plans
Sample Response
{
"Benefit Plans": [
{
"id": "1",
"name": "Medical - UnitedHealthcare HMO",
"type": "health",
"deductionTypeId": "25",
"startDate": "2015-01-01",
"endDate": "2016-12-31",
"url": "https://www.uhc.com/HMO",
"meetAcaMin": "yes",
"description": null,
"archived": false
},
{
"id": "2",
"name": "Medical - UnitedHealthcare PPO",
"type": "health",
"deductionTypeId": "25",
"startDate": "2015-01-01",
"endDate": "2016-12-31",
"url": "https://www.uhc.com/PPO",
"meetAcaMin": "yes",
"description": null,
"archived": false
},
{
"id": "3",
"name": "401(k) Retirement",
"type": "retirement",
"deductionTypeId": "1",
"startDate": "2015-01-01",
"endDate": null,
"url": null,
"meetAcaMin": null,
"description": null,
"archived": false
},
{
"id": "4",
"name": "Dental - Delta Dental Gold",
"type": "dental",
"deductionTypeId": "5",
"startDate": "2015-01-01",
"endDate": "2016-12-31",
"url": "http://www.deltadental.com/Gold",
"meetAcaMin": null,
"description": null,
"archived": false
},
{
"id": "5",
"name": "Dental - Delta Dental Value",
"type": "dental",
"deductionTypeId": "5",
"startDate": "2015-01-01",
"endDate": "2016-12-31",
"url": "http://www.deltadental.com/Value",
"meetAcaMin": null,
"description": null,
"archived": false
},
{
"id": "6",
"name": "Paid Paid Vacation",
"type": "reimbursement",
"deductionTypeId": null,
"startDate": "2015-01-01",
"endDate": null,
"url": null,
"meetAcaMin": null,
"description": null,
"reimbursementAmount": "2000.00",
"reimbursementFrequency": "year",
"archived": false
},
{
"id": "7",
"name": "Stinky Old Benefit",
"type": "other",
"deductionTypeId": "4",
"startDate": "2016-02-09",
"endDate": "2016-02-09",
"url": null,
"meetAcaMin": null,
"description": null,
"archived": true
},
{
"id": "8",
"name": "Variable Rate Health",
"type": "variable",
"deductionTypeId": "25",
"startDate": "2015-01-01",
"endDate": "2016-12-31",
"url": null,
"meetAcaMin": "yes",
"description": null,
"archived": false
}
]
}
<BenefitPlans>
<BenefitPlan id="1" name="Medical - UnitedHealthcare HMO" type="health" deductionTypeId="25" startDate="2015-01-01" endDate="2016-12-31" url="https://www.uhc.com/HMO" meetAcaMin="yes" description="" archived="false"/>
<BenefitPlan id="2" name="Medical - UnitedHealthcare PPO" type="health" deductionTypeId="25" startDate="2015-01-01" endDate="2016-12-31" url="https://www.uhc.com/PPO" meetAcaMin="yes" description="" archived="false"/>
<BenefitPlan id="3" name="401(k) Retirement" type="retirement" deductionTypeId="1" startDate="2015-01-01" endDate="" url="" meetAcaMin="" description="" archived="false"/>
<BenefitPlan id="4" name="Dental - Delta Dental Gold" type="dental" deductionTypeId="5" startDate="2015-01-01" endDate="2016-12-31" url="http://www.deltadental.com/Gold" meetAcaMin="" description="" archived="false"/>
<BenefitPlan id="5" name="Dental - Delta Dental Value" type="dental" deductionTypeId="5" startDate="2015-01-01" endDate="2016-12-31" url="http://www.deltadental.com/Value" meetAcaMin="" description="" archived="false"/>
<BenefitPlan id="6" name="Paid Paid Vacation" type="reimbursement" deductionTypeId="" startDate="2015-01-01" endDate="" url="" meetAcaMin="" description="" reimbursementAmount="2000.00" reimbursementFrequency="year" archived="false"/>
<BenefitPlan id="7" name="Stinky Old Benefit" type="other" deductionTypeId="4" startDate="2016-02-09" endDate="2016-02-09" url="" meetAcaMin="" description="" archived="true"/>
<BenefitPlan id="8" name="Variable Rate Health" type="variable" deductionTypeId="25" startDate="2015-01-01" endDate="2016-12-31" url="" meetAcaMin="yes" description="" archived="false"/>
</BenefitPlans>