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

# Retrieve Employment

`GET /hris/employments/{id}`

Retrieve an Employment from any connected Hris software

## Path parameters

- `id` string, required

## Query parameters

- `remote_data` boolean

## Headers

- `x-connection-token` string, required

## Response `200`

- UnifiedHrisEmploymentOutput
  - `job_title` string, nullable — The job title of the employment
  - `pay_rate` number, nullable — The pay rate of the employment
  - `pay_period` string, nullable — The pay period of the employment
  - `pay_frequency` string, nullable — The pay frequency of the employment
  - `pay_currency` string, nullable — The currency of the pay
  - `flsa_status` string, nullable — The FLSA status of the employment
  - `effective_date` string, date-time, nullable — The effective date of the employment
  - `employment_type` string, nullable — The type of employment
  - `pay_group_id` string, nullable — The UUID of the associated pay group
  - `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 employment record
  - `remote_id` string, nullable — The remote ID of the employment in the context of the 3rd Party
  - `remote_data` object, nullable — The remote data of the employment in the context of the 3rd Party
  - `remote_created_at` string, date-time, nullable — The date when the employment was created in the 3rd party system
  - `created_at` string, date-time, nullable — The created date of the employment record
  - `modified_at` string, date-time, nullable — The last modified date of the employment record
  - `remote_was_deleted` boolean, nullable — Indicates if the employment was deleted in the remote system

## Changes

- **2024-08-27** `5ba5c769e2e1` — 189 info
  - removed the `AED` enum value from the `pay_currency` response property for the response status `200`
  - removed the `AFN` enum value from the `pay_currency` response property for the response status `200`
  - removed the `ALL` enum value from the `pay_currency` response property for the response status `200`
  - removed the `AMD` enum value from the `pay_currency` response property for the response status `200`
  - …185 more
- **2024-08-13** `d5ae27a39da8` — 189 warning
  - added the new `AED` enum value to the `pay_currency` response property for the response status `200`
  - added the new `AFN` enum value to the `pay_currency` response property for the response status `200`
  - added the new `ALL` enum value to the `pay_currency` response property for the response status `200`
  - added the new `AMD` enum value to the `pay_currency` response property for the response status `200`
  - …185 more
- **2024-08-13** `6c3a1da2bdc9` — 18 info
  - added the optional property `created_at` to the response with the `200` status
  - added the optional property `effective_date` to the response with the `200` status
  - added the optional property `employee_id` to the response with the `200` status
  - added the optional property `employment_type` to the response with the `200` status
  - …14 more
- …earlier changes not shown

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