OBJECT
Application
Application is the representation of a candidate inside a Position.
link GraphQL Schema definition
- type Application {
- : Int
- : String
- : String
- : String
- : String
- : Int
- : Int
- : String
- : String
- : Int
- : Int
- : String
- : String
- : Int
- : String
- : String
- : String
- : Boolean
- : Float
- : String
- : String
- : String
- : String
- : Boolean
- : [ApplicationFieldInput]
- : [ApplicationQuestionInput]
- : [ApplicationRemoteInformation]
- : [ApplicationAttachment]
- : [ApplicationVideoInput]
- : Int
- : Position
- : Int
- : Sharing
- : Int
- : PositionPipelieFolder
- : [ApplicationProcess]
- : [ApplicationEvaluation]
- : [ExternalSharing]
- : Source
- : Agency
- : [PipelineMovement]
- # Here the possible values. 0: Landing Page, 1: Manual Add, 2: Cloned, 3: Quick
- # Apply, 4: From Jobboard via API, 5: nCore API
- : Int
- # The data of the applicant
- : Applicant
- # All ApplicationCustomDocument generated for the application
- : [ApplicationCustomDocument]
- # List of ApplicationNote written by recruiters. This list does not comprehend
- # ApplicationNote written by external sharings
- : [ApplicationNote]
- }