Workday integration (Productivity, Data). Imported from open-connector.
{base_url}/ccx/api/v1/{tenant}{path}
| Param | Type | Required | Description |
|---|---|---|---|
| tenant | string | required | Path parameter: tenant |
| path | string | required | Path parameter: path |
/workers
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of records to return. Workday accepts values from 1 to 100. |
| offset | integer | optional | The zero-based record offset used for pagination. |
| search | string | optional | A case-insensitive worker search string accepted by Workday. |
| includeTerminatedWorkers | boolean | optional | Whether terminated workers should be included in the result. |
/workers/{workerId}
| Param | Type | Required | Description |
|---|---|---|---|
| workerId | string | required | The Workday worker identifier. |
/jobs
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of records to return. Workday accepts values from 1 to 100. |
| offset | integer | optional | The zero-based record offset used for pagination. |
/jobs/{jobId}
| Param | Type | Required | Description |
|---|---|---|---|
| jobId | string | required | The Workday job identifier. |
/jobPostings
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of records to return. Workday accepts values from 1 to 100. |
| offset | integer | optional | The zero-based record offset used for pagination. |
| jobSiteIds | array | optional | Filter postings by Workday job site identifiers. |
| categoryIds | array | optional | Filter postings by Workday category identifiers. |
| jobPostingIds | array | optional | Filter postings by Workday job posting identifiers. |
| jobRequisitionIds | array | optional | Filter postings by Workday job requisition identifiers. |
/jobPostings/{jobPostingId}
| Param | Type | Required | Description |
|---|---|---|---|
| jobPostingId | string | required | The Workday job posting identifier. |