Field | Type | Required | Description | Example |
---|---|---|---|---|
applied_at |
date | ➖ | The application date | 2024-10-01T12:00:00Z |
rejected_at |
date | ➖ | The rejection date | 2024-10-01T12:00:00Z |
offers |
List[str] | ➖ | The offers UUIDs for the application | [ "801f9ede-c698-4e66-a7fc-48d19eebaa4f", "12345678-1234-1234-1234-123456789012" ] |
source |
OptionalNullable[str] | ➖ | The source of the application | Source Name |
credited_to |
OptionalNullable[str] | ➖ | The UUID of the person credited for the application | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
current_stage |
OptionalNullable[str] | ➖ | The UUID of the current stage of the application | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
reject_reason |
OptionalNullable[str] | ➖ | The rejection reason for the application | Candidate not experienced enough |
candidate_id |
OptionalNullable[str] | ➖ | The UUID of the candidate | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
job_id |
Optional[str] | ➖ | The UUID of the job | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
field_mappings |
Dict[str, Any] | ➖ | The custom field mappings of the object between the remote 3rd party & Panora | { "fav_dish": "broccoli", "fav_color": "red" } |