Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 5.14 KB

unifiedatsinterviewinput.md

File metadata and controls

18 lines (15 loc) · 5.14 KB

UnifiedAtsInterviewInput

Fields

Field Type Required Description Example
status OptionalNullable[str] The status of the interview SCHEDULED
application_id OptionalNullable[str] The UUID of the application 801f9ede-c698-4e66-a7fc-48d19eebaa4f
job_interview_stage_id OptionalNullable[str] The UUID of the job interview stage 801f9ede-c698-4e66-a7fc-48d19eebaa4f
organized_by OptionalNullable[str] The UUID of the organizer 801f9ede-c698-4e66-a7fc-48d19eebaa4f
interviewers List[str] The UUIDs of the interviewers [
"801f9ede-c698-4e66-a7fc-48d19eebaa4f"
]
location OptionalNullable[str] The location of the interview San Francisco
start_at date The start date and time of the interview 2024-10-01T12:00:00Z
end_at date The end date and time of the interview 2024-10-01T12:00:00Z
remote_created_at date The remote creation date of the interview 2024-10-01T12:00:00Z
remote_updated_at date The remote modification date of the interview 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"
}