Sync permissioned recruitment positions data with Sage HR through Apideck's unified API. One integration, instant access to the governed data your team needs.
In Apideck, this resource is called Jobs (API: jobs)
List, Get operations available through our unified API
Fields available for Sage HR Recruitment Positions
idtitlevisibilitystatusemployment_termslocationhiring_managersdescriptiondescription_htmlblocksclosing_dateurllinksaddressescreated_atSample response structure for recruitment positions
{
"id": "12345",
"title": "Example Title",
"visibility": "string",
"status": "active",
"employment_terms": "string",
"location": "string",
"hiring_managers": "string",
"description": "Example Description",
"description_html": "Example Description Html",
"blocks": "string",
"closing_date": "2024-01-15",
"url": "https://example.com",
"links": "https://example.com",
"addresses": [
{
"id": "123",
"type": "primary",
"string": "25 Spring Street, Blackb
...Start syncing Sage HR recruitment positions 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 recruitment positions from Sage HR
const result = await apideck.ats.jobs.list({
serviceId: 'sage-hr'
})
for await (const page of result) {
console.log(page)
}
// Returns unified recruitment positions dataWe build and maintain connectors, so you don't have to. View our full list of ATS connectors.
Missing a connector? We're able to add new connectors.
Build Sage HR integrations in your favorite language with our official SDKs.
Build Sage HR integrations with the official Node.js SDK.
Build Sage HR integrations with the official TypeScript SDK.
Build Sage HR integrations with the official PHP SDK.
Build Sage HR integrations with the official .NET.
Build Sage HR integrations with the official Python SDK.
Build Sage HR integrations with the official Java SDK.
Build Sage HR integrations with the official Go SDK.