HR WorksAbsences

HR Works Absences API

Sync permissioned absences data with HR Works through Apideck's unified API. One integration, instant access to the governed data your team needs.

In Apideck, this resource is called Time Off Requests (API: time-off-requests)

Supported Operations for HR Works Absences

List, Get operations available through our unified API

list
get
create
update
delete

Supported Fields

7 fields

Fields available for HR Works Absences

idstatusdescriptionstart_dateend_dateunitsamount

API Model Preview

Sample response structure for absences

{
  "id": "12345",
  "status": "active",
  "description": "Example Description",
  "start_date": "2024-01-15",
  "end_date": "2024-01-15",
  "units": "string",
  "amount": 100
}

Quick Start Example

Start syncing HR Works absences in minutes

Node.js
import { Apideck } from '@apideck/unify'

const apideck = new Apideck({
  apiKey: process.env.APIDECK_API_KEY,
  appId: 'YOUR_APP_ID',
  consumerId: 'YOUR_CONSUMER_ID'
})

// List absences from HR Works
const result = await apideck.hris.timeOffRequests.list({
  serviceId: 'hr-works'
})

for await (const page of result) {
  console.log(page)
}
// Returns unified absences data
Popular Use Cases

How Absences is Commonly Used

Discover the most popular ways businesses integrate HR Works absences data

HR Works SDKs

Build HR Works integrations in your favorite language with our official SDKs.

Launch accounting integrations in weeks, not months

Sign Up