---
title: "List Employments"
method: GET
path: "/hris/employments"
tags: ["hris/employments"]
---

# List Employments

`GET /hris/employments`

## Query parameters

- `remote_data` boolean
- `limit` number
- `cursor` string

## Headers

- `x-connection-token` string, required

## Response `200`

- object
  - `prev_cursor` string, nullable, required
  - `next_cursor` string, nullable, required
  - `data` object[], required
    - `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-09-05** `5ba5c769e2e1` — 1 breaking
  - for the `query` request parameter `limit`, default value `50` was added
- **2024-09-03** `8f398d57935f` — 1 breaking
  - for the `query` request parameter `limit`, default value `50` was removed
- **2024-08-27** `5ba5c769e2e1` — 189 info
  - removed the `AED` enum value from the `allOf[subschema #2]/data/items/pay_currency` response property for the response status `200`
  - removed the `AFN` enum value from the `allOf[subschema #2]/data/items/pay_currency` response property for the response status `200`
  - removed the `ALL` enum value from the `allOf[subschema #2]/data/items/pay_currency` response property for the response status `200`
  - removed the `AMD` enum value from the `allOf[subschema #2]/data/items/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 `allOf[subschema #2]/data/items/pay_currency` response property for the response status `200`
  - added the new `AFN` enum value to the `allOf[subschema #2]/data/items/pay_currency` response property for the response status `200`
  - added the new `ALL` enum value to the `allOf[subschema #2]/data/items/pay_currency` response property for the response status `200`
  - added the new `AMD` enum value to the `allOf[subschema #2]/data/items/pay_currency` response property for the response status `200`
  - …185 more
- …earlier changes not shown

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