---
title: "Retrieve Benefit"
method: GET
path: "/hris/benefits/{id}"
tags: ["hris/benefits"]
---

# Retrieve Benefit

`GET /hris/benefits/{id}`

Retrieve a Benefit from any connected Hris software

## Path parameters

- `id` string, required

## Query parameters

- `remote_data` boolean

## Headers

- `x-connection-token` string, required

## Response `200`

- UnifiedHrisBenefitOutput
  - `provider_name` string, nullable — The name of the benefit provider
  - `employee_id` string, nullable — The UUID of the associated employee
  - `employee_contribution` number, nullable — The employee contribution amount
  - `company_contribution` number, nullable — The company contribution amount
  - `start_date` string, date-time, nullable — The start date of the benefit
  - `end_date` string, date-time, nullable — The end date of the benefit
  - `employer_benefit_id` string, nullable — The UUID of the associated employer benefit
  - `field_mappings` object, nullable — The custom field mappings of the object between the remote 3rd party & Panora
  - `id` string, nullable — The UUID of the benefit record
  - `remote_id` string, nullable — The remote ID of the benefit in the context of the 3rd Party
  - `remote_data` object, nullable — The remote data of the benefit in the context of the 3rd Party
  - `remote_created_at` string, date-time, nullable — The date when the benefit was created in the 3rd party system
  - `created_at` string, date-time, nullable — The created date of the benefit record
  - `modified_at` string, date-time, nullable — The last modified date of the benefit record
  - `remote_was_deleted` boolean, nullable — Indicates if the benefit was deleted in the remote system

## Changes

- **2024-08-13** `6c3a1da2bdc9` — 15 info
  - added the optional property `company_contribution` to the response with the `200` status
  - added the optional property `created_at` to the response with the `200` status
  - added the optional property `employee_contribution` to the response with the `200` status
  - added the optional property `employee_id` to the response with the `200` status
  - …11 more
- **2024-08-11** `04b9c7ceedbf` — 15 warning
  - removed the optional property `company_contribution` from the response with the `200` status
  - removed the optional property `created_at` from the response with the `200` status
  - removed the optional property `employee_contribution` from the response with the `200` status
  - removed the optional property `employee_id` from the response with the `200` status
  - …11 more
- **2024-08-10** `f4029106f69f` — 15 info
  - added the optional property `company_contribution` to the response with the `200` status
  - added the optional property `created_at` to the response with the `200` status
  - added the optional property `employee_contribution` to the response with the `200` status
  - added the optional property `employee_id` to the response with the `200` status
  - …11 more

[Change history](https://skmtc.dev/panoratech/apis/panora-api/changes/hris/benefits/:id/get.md)

---

[API](https://skmtc.dev/panoratech/apis/panora-api.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api/llms.txt) · [OpenAPI document](https://skmtc.dev/panoratech/apis/panora-api/revisions/634ca9b624aa?raw)
