Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 7.11 KB

unifiedatsinterviewoutput.md

File metadata and controls

23 lines (20 loc) · 7.11 KB

UnifiedAtsInterviewOutput

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"
}
id OptionalNullable[str] The UUID of the interview 801f9ede-c698-4e66-a7fc-48d19eebaa4f
remote_id OptionalNullable[str] The remote ID of the interview in the context of the 3rd Party id_1
remote_data Dict[str, Any] The remote data of the interview in the context of the 3rd Party {
"fav_dish": "broccoli",
"fav_color": "red"
}
created_at date The created date of the object 2024-10-01T12:00:00Z
modified_at date The modified date of the object 2024-10-01T12:00:00Z