Skip to content

Latest commit

 

History

History
38 lines (35 loc) · 28.3 KB

File metadata and controls

38 lines (35 loc) · 28.3 KB

Application

Fields

Field Type Required Description Example
application_stage T.nilable(Models::Shared::ApplicationApplicationStage) N/A
application_stage_id T.nilable(::String) Unique identifier of the application stage 18bcbb1b-3cbc-4198-a999-460861d19480
application_status T.nilable(Models::Shared::ApplicationStatus) N/A
attachments T::Array<Models::Shared::ApplicationAttachment> : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Use documents expand instead
candidate T.nilable(Models::Shared::ApplicationCandidate) N/A
candidate_id T.nilable(::String) Unique identifier of the candidate e3cb75bf-aa84-466e-a6c1-b8322b257a48
created_at Date Date of creation 2021-01-01T01:01:01.000Z
custom_fields T::Array<Models::Shared::CustomFields> The application custom fields
documents T::Array<Models::Shared::AtsDocumentApiModel> The documents attached to this application (eg. resume, cover letter etc.)
id T.nilable(::String) Unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
interview_stage T.nilable(Models::Shared::ApplicationInterviewStage) : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.
interview_stage_id T.nilable(::String) : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Unique identifier of the interview stage
18bcbb1b-3cbc-4198-a999-460861d19480
job_id T.nilable(::String) Unique identifier of the job 4071538b-3cac-4fbf-ac76-f78ed250ffdd
location_id T.nilable(::String) : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Unique identifier of the location
dd8d41d1-5eb8-4408-9c87-9ba44604eae4
location_ids T::Array<::String> Unique identifiers of the locations [
"dd8d41d1-5eb8-4408-9c87-9ba44604eae4"
]
questionnaires T::Array<Models::Shared::Questionnaire> Questionnaires associated with the application {
"id": "right_to_work",
"answers": [
{
"id": "answer1",
"type": "text",
"values": [
"Yes"
]
}
]
}
rejected_at Date Date of rejection 2021-01-01T01:01:01.000Z
rejected_reason_ids T::Array<::String> Unique identifiers of the rejection reasons [
"f223d7f6-908b-48f0-9237-b201c307f609"
]
rejected_reasons T::Array<Models::Shared::RejectedReason> N/A
remote_application_stage_id T.nilable(::String) Unique identifier of the application stage 18bcbb1b-3cbc-4198-a999-460861d19480
remote_candidate_id T.nilable(::String) Provider's unique identifier of the candidate e3cb75bf-aa84-466e-a6c1-b8322b257a48
remote_id T.nilable(::String) Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
remote_interview_stage_id T.nilable(::String) : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Provider's unique identifier of the interview stage
18bcbb1b-3cbc-4198-a999-460861d19480
remote_job_id T.nilable(::String) Provider's unique identifier of the job 4071538b-3cac-4fbf-ac76-f78ed250ffdd
remote_location_id T.nilable(::String) : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Provider's unique identifier of the location
dd8d41d1-5eb8-4408-9c87-9ba44604eae4
remote_location_ids T::Array<::String> Remote's unique identifiers of the locations [
"dd8d41d1-5eb8-4408-9c87-9ba44604eae4"
]
remote_rejected_reason_ids T::Array<::String> Provider's unique identifiers of the rejection reasons [
"f223d7f6-908b-48f0-9237-b201c307f609"
]
result_links T::Array<Models::Shared::ResultLink> N/A
source T.nilable(Models::Shared::Source) N/A
unified_custom_fields T::Hash[Symbol, ::Object] Custom Unified Fields configured in your StackOne project {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
}
updated_at Date Date of last update 2021-01-01T01:01:01.000Z