Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.42 KB

ApplicationStatusRequest.md

File metadata and controls

11 lines (8 loc) · 1.42 KB

# ApplicationStatusRequest

Properties

Name Type Description Notes
date \DateTime The date in which the status changed. Format: 'YYYY-MM-DD' or 'YYYY-MM-DD[T]HH:MM[:SS[.ffffff]][Z or [±]HH[:]MM]]]'.
description string A brief description indicating the reason why the state has changed. E.g.: the status 'DISQUALIFIED' could be used both to exclude candidates which are unsuitable or those who refused the job offer. [optional]
status string The status describes the hiring pipeline level. The statuses are: <code style='color: #333333; opacity: 0.9'>APPLIED</code>, <code style='color: #333333; opacity: 0.9'>SOURCED</code>, <code style='color: #333333; opacity: 0.9'>SCREEN</code>, <code style='color: #333333; opacity: 0.9'>INTERVIEW</code>, <code style='color: #333333; opacity: 0.9'>EVALUATION</code>, <code style='color: #333333; opacity: 0.9'>OFFER</code>, <code style='color: #333333; opacity: 0.9'>HIRED</code>, <code style='color: #333333; opacity: 0.9'>DISQUALIFIED</code>.

[Back to Model list] [Back to API list] [Back to README]