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

# Retrieve Dependent

`GET /hris/dependents/{id}`

Retrieve a Dependent from any connected Hris software

## Path parameters

- `id` string, required

## Query parameters

- `remote_data` boolean

## Headers

- `x-connection-token` string, required

## Response `200`

- UnifiedHrisDependentOutput
  - `first_name` string, nullable — The first name of the dependent
  - `last_name` string, nullable — The last name of the dependent
  - `middle_name` string, nullable — The middle name of the dependent
  - `relationship` string, nullable — The relationship of the dependent to the employee
  - `date_of_birth` string, date-time, nullable — The date of birth of the dependent
  - `gender` string, nullable — The gender of the dependent
  - `phone_number` string, nullable — The phone number of the dependent
  - `home_location` string, nullable — The UUID of the home location
  - `is_student` boolean, nullable — Indicates if the dependent is a student
  - `ssn` string, nullable — The Social Security Number of the dependent
  - `employee_id` string, nullable — The UUID of the associated employee
  - `field_mappings` object, nullable — The custom field mappings of the object between the remote 3rd party & Panora
  - `id` string, nullable — The UUID of the dependent record
  - `remote_id` string, nullable — The remote ID of the dependent in the context of the 3rd Party
  - `remote_data` object, nullable — The remote data of the dependent in the context of the 3rd Party
  - `remote_created_at` string, date-time, nullable — The date when the dependent was created in the 3rd party system
  - `created_at` string, date-time, nullable — The created date of the dependent record
  - `modified_at` string, date-time, nullable — The last modified date of the dependent record
  - `remote_was_deleted` boolean, nullable — Indicates if the dependent was deleted in the remote system

## Changes

- **2024-08-27** `5ba5c769e2e1` — 8 info
  - removed the `CHILD` enum value from the `relationship` response property for the response status `200`
  - removed the `DOMESTIC_PARTNER` enum value from the `relationship` response property for the response status `200`
  - removed the `FEMALE` enum value from the `gender` response property for the response status `200`
  - removed the `MALE` enum value from the `gender` response property for the response status `200`
  - …4 more
- **2024-08-13** `d5ae27a39da8` — 8 warning
  - added the new `CHILD` enum value to the `relationship` response property for the response status `200`
  - added the new `DOMESTIC_PARTNER` enum value to the `relationship` response property for the response status `200`
  - added the new `FEMALE` enum value to the `gender` response property for the response status `200`
  - added the new `MALE` enum value to the `gender` response property for the response status `200`
  - …4 more
- **2024-08-13** `6c3a1da2bdc9` — 19 info
  - added the optional property `created_at` to the response with the `200` status
  - added the optional property `date_of_birth` to the response with the `200` status
  - added the optional property `employee_id` to the response with the `200` status
  - added the optional property `field_mappings` to the response with the `200` status
  - …15 more
- …earlier changes not shown

[Full history](https://skmtc.dev/panoratech/apis/panora-api/changes/hris/dependents/: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)
