Skip to main content
GET
Get application by ID

Authorizations

Authorization
string
header
required

HTTP Basic Authentication with API credentials

Path Parameters

applicationid
integer
required

Application ID

Query Parameters

organisation_id
integer

Narrow the read to a single organisation. Without it, the caller keeps its full visibility.

Response

Application details

_self
string<uri>

URL of the application resource

_schema
string<uri>
_status
enum<string>
Available options:
OK,
INVALID
id
integer

Application identifier

date
string<date-time>

Application submission date

route
string

Application route (how the candidate applied)

questionnaire_score
number | null

Questionnaire score, or null when the candidate never answered the questionnaire (so a real score of 0 is unambiguous).

score
number | null

Matching score of the application, or null when it was never evaluated.

last_action_time
string<date-time> | null

Timestamp of the last action recorded on the application.

candidate_last_action
string<date-time> | null

Timestamp of the last action recorded on the candidate.

latest_cv_url
string<uri> | null

URL to download the latest CV (may redirect)

candidate
object

Inline candidate summary

source
object

Source of the application

job
object

Inline job summary

step
object

Current step of the application

steps
object

Full step history of the application (available in application detail, not in collection listings)

history
object

Events recorded on the application, most recent first (available in application detail, not in collection listings). Capped at the 200 latest.

emails
object

Archived incoming and outgoing emails of the application, most recent first (available in application detail, not in collection listings). Capped at the 100 latest.

notes
object