Field | Type | Required | Description | Example |
---|---|---|---|---|
name |
OptionalNullable[str] | ➖ | The name of the job | Financial Analyst |
description |
OptionalNullable[str] | ➖ | The description of the job | Extract financial data and write detailed investment thesis |
code |
OptionalNullable[str] | ➖ | The code of the job | JOB123 |
status |
OptionalNullable[str] | ➖ | The status of the job | OPEN |
type |
OptionalNullable[str] | ➖ | The type of the job | POSTING |
confidential |
OptionalNullable[bool] | ➖ | Whether the job is confidential | true |
departments |
List[str] | ➖ | The departments UUIDs associated with the job | [ "801f9ede-c698-4e66-a7fc-48d19eebaa4f" ] |
offices |
List[str] | ➖ | The offices UUIDs associated with the job | [ "801f9ede-c698-4e66-a7fc-48d19eebaa4f" ] |
managers |
List[str] | ➖ | The managers UUIDs associated with the job | [ "801f9ede-c698-4e66-a7fc-48d19eebaa4f" ] |
recruiters |
List[str] | ➖ | The recruiters UUIDs associated with the job | [ "801f9ede-c698-4e66-a7fc-48d19eebaa4f" ] |
remote_created_at |
date | ➖ | The remote creation date of the job | 2024-10-01T12:00:00Z |
remote_updated_at |
date | ➖ | The remote modification date of the job | 2024-10-01T12:00:00Z |
field_mappings |
Dict[str, Any] | ➖ | The custom field mappings of the object between the remote 3rd party & Panora | { "fav_dish": "broccoli", "fav_color": "red" } |
id |
OptionalNullable[str] | ➖ | The UUID of the job | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
remote_id |
OptionalNullable[str] | ➖ | The remote ID of the job in the context of the 3rd Party | id_1 |
remote_data |
Dict[str, Any] | ➖ | The remote data of the job in the context of the 3rd Party | { "key1": "value1", "key2": 42, "key3": true } |
created_at |
date | ➖ | The created date of the object | 2024-10-01T12:00:00Z |
modified_at |
date | ➖ | The modified date of the object | 2023-10-01T12:00:00Z |