| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
JsonNullable<String> | ➖ | Unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
remoteId |
JsonNullable<String> | ➖ | Provider's unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
unifiedCustomFields |
Map<String, Object> | ➖ | Custom Unified Fields configured in your StackOne project | { "my_project_custom_field_1": "REF-1236", "my_project_custom_field_2": "some other value" } |
candidateId |
JsonNullable<String> | ➖ | Unique identifier of the candidate | e3cb75bf-aa84-466e-a6c1-b8322b257a48 |
remoteCandidateId |
JsonNullable<String> | ➖ | Provider's unique identifier of the candidate | e3cb75bf-aa84-466e-a6c1-b8322b257a48 |
jobId |
JsonNullable<String> | ➖ | Unique identifier of the job | 4071538b-3cac-4fbf-ac76-f78ed250ffdd |
remoteJobId |
JsonNullable<String> | ➖ | Provider's unique identifier of the job | 4071538b-3cac-4fbf-ac76-f78ed250ffdd |
interviewStage |
JsonNullable<ApplicationInterviewStage> | ➖ | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. | |
applicationStage |
JsonNullable<ApplicationApplicationStage> | ➖ | N/A | |
interviewStageId |
JsonNullable<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 |
remoteInterviewStageId |
JsonNullable<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 |
applicationStageId |
JsonNullable<String> | ➖ | Unique identifier of the application stage | 18bcbb1b-3cbc-4198-a999-460861d19480 |
remoteApplicationStageId |
JsonNullable<String> | ➖ | Unique identifier of the application stage | 18bcbb1b-3cbc-4198-a999-460861d19480 |
rejectedReasons |
List<RejectedReason> | ➖ | N/A | |
rejectedReasonIds |
List<String> | ➖ | Unique identifiers of the rejection reasons | [ "f223d7f6-908b-48f0-9237-b201c307f609" ] |
remoteRejectedReasonIds |
List<String> | ➖ | Provider's unique identifiers of the rejection reasons | [ "f223d7f6-908b-48f0-9237-b201c307f609" ] |
rejectedAt |
OffsetDateTime | ➖ | Date of rejection | 2021-01-01T01:01:01.000Z |
locationId |
JsonNullable<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 |
remoteLocationId |
JsonNullable<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 |
locationIds |
List<String> | ➖ | Unique identifiers of the locations | [ "dd8d41d1-5eb8-4408-9c87-9ba44604eae4" ] |
remoteLocationIds |
List<String> | ➖ | Remote's unique identifiers of the locations | [ "dd8d41d1-5eb8-4408-9c87-9ba44604eae4" ] |
applicationStatus |
JsonNullable<ApplicationStatus> | ➖ | N/A | |
questionnaires |
List<Questionnaire> | ➖ | Questionnaires associated with the application | { "id": "right_to_work", "answers": [ { "id": "answer1", "type": "text", "values": [ "Yes" ] } ] } |
candidate |
JsonNullable<ApplicationCandidate> | ➖ | N/A | |
attachments |
List<ApplicationAttachment> | ➖ | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. Use documents expand instead |
|
documents |
List<AtsDocumentApiModel> | ➖ | The documents attached to this application (eg. resume, cover letter etc.) | |
resultLinks |
List<ResultLink> | ➖ | N/A | |
source |
JsonNullable<Source> | ➖ | N/A | |
createdAt |
OffsetDateTime | ➖ | Date of creation | 2021-01-01T01:01:01.000Z |
updatedAt |
OffsetDateTime | ➖ | Date of last update | 2021-01-01T01:01:01.000Z |
customFields |
List<CustomFields> | ➖ | The application custom fields |