/
Webcruiter Public Rest API:s

Webcruiter Public Rest API:s

Overview

Webcruiter is currently exposing REST API:s for the following four domains/areas.

  • Hierarchy - reading, updating and creation of the Webcruiter organization hierarchy

  • Archive - fetching archive files

  • Candidate - reading data related to hired candidates

  • Process - 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

Archive

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

Candidate

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 Candidate API - Technical implementation guide for more details

See API docs on our developer portal

Process

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 (available soon!)

Related content