Skip to content

List Employments ​

Endpoint ​

http
GET /unified/hris/employments
Integrations supported
  • HR Cloud
  • Humaans

Query parameters ​

integrated_account_id
string · uuid
REQUIRED · The ID of the integrated account to use for the request.
Example: 62f44730-dd91-461e-bd6a-aedd9e0ad79d
updated_at
string
This represents the date when the employments was updated
Supported in
  • HR Cloud
employee_id
string
The employee ID you want to get the employments for
Supported in
  • Humaans

Response Body ​

result
object[]
List of Employments
id
string
REQUIRED · The unique identifier for employments
Supported in
  • HR Cloud
  • Humaans
employee
object
Employee associated with this employment
Supported in
  • HR Cloud
  • Humaans
id
string
The unique identifier for employees
job_title
string
Job title of the employee
Supported in
  • HR Cloud
  • Humaans
pay_rate
number
This represents the pay rate
Supported in
  • HR Cloud
pay_period
string
This represents the pay period
pay_frequency
string
This represents the pay frequency
Supported in
  • HR Cloud
pay_currency
string
This represents the pay currency
Supported in
  • HR Cloud
pay_group
string
This represents the pay group
flsa_status
string
This represents the flsa status
effective_date
string · date-time
Represents the effective date of the employment
Supported in
  • HR Cloud
  • Humaans
end_date
string · date-time
Represents the end date of the employment
Supported in
  • HR Cloud
  • Humaans
employment_type
string
This represents the employment type
All possible enum values:
  • full_time
  • part_time
  • contract
  • internship
  • temporary
  • trainee
  • volunteer
  • per_diem
end_reason
string
Represents why the employment ended
created_at
string
This represents the date when the employments was created
Supported in
  • Humaans
updated_at
string
This represents the date when the employments was updated
Supported in
  • HR Cloud
  • Humaans
remote_data
object
Raw data returned from the remote API call.
next_cursor
string
The cursor to use for the next page of results. Pass this value as `next_cursor` in the query parameter in the next request to get the next page of results.