Sync work schedules data with ADP iHCM through Apideck's unified API. One integration, instant access.
In Apideck, this resource is called Employee Schedules (API: employee-schedules)
List operation available through our unified API
Start syncing ADP iHCM work schedules in minutes
import { Apideck } from '@apideck/unify'
const apideck = new Apideck({
apiKey: process.env.APIDECK_API_KEY,
appId: 'YOUR_APP_ID',
consumerId: 'YOUR_CONSUMER_ID'
})
// List work schedules from ADP iHCM
const result = await apideck.hris.employeeSchedules.list({
serviceId: 'adp-ihcm'
})
for await (const page of result) {
console.log(page)
}
// Returns unified work schedules dataWe build and maintain connectors, so you don't have to. View our full list of HRIS connectors.
Missing a connector? We're able to add new connectors.
Build ADP iHCM integrations in your favorite language with our official SDKs.
Build ADP iHCM integrations with the official Node.js SDK.
Build ADP iHCM integrations with the official TypeScript SDK.
Build ADP iHCM integrations with the official PHP SDK.
Build ADP iHCM integrations with the official .NET.
Build ADP iHCM integrations with the official Python SDK.
Build ADP iHCM integrations with the official Java SDK.
Build ADP iHCM integrations with the official Go SDK.