Overview
Webcruiter is currently exposing REST API:s for the following four domains/areas.
Hierarchy - reading, updating and creation of the Webcruiter organization hierarchy
Archives - fetching archive files
Candidates - reading data related to hired candidates
Processes - creation of new recruitment processes
Hierarchy
The primary use case for this API is synchronizing an external organization hierarchy with the organization hierarchy in Webcruiter. It is possible to both read, update and create organization nodes.
See Hierarchy API - Technical implementation guide for more details
See API docs on our developer portal
Archives
The primary use case for this API is fetching archive files and marking them as processed. What elements and what files that are archived by Webcruiter and available in this API can be configured per customer.
See Archive API - Technical implementation guide for more details
See API docs on our developer portal
Candidates
The primary use case for this API primary is fetching personal information, file attachments and structured CV data related to candidates that have been marked as hired in Webcruiter.
See Hired Candidate API - Technical implementation guide for more details
See API docs on our developer portal
Processes
The primary use case for this API is to start/create a recruitment process in Webcruiter from an external system. Webcruiter will require:
Placement in the organization hierarchy (a department)
Recruitment manager (person owning this recruitment process)
Job title
Position type
In addition to the required data it is also possible to specify the job analysis/job specification, industries and targeted publishing date.
See Process API - Technical implementation guide for more details
See API docs on our developer portal