Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 9.35 KB

File metadata and controls

25 lines (22 loc) · 9.35 KB

Interview

Fields

Field Type Required Description Example
Id string Unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
RemoteId string Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
UnifiedCustomFields Dictionary<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"
}
ApplicationId string N/A
RemoteApplicationId string Provider's unique identifier of the application e3cb75bf-aa84-466e-a6c1-b8322b257a48
InterviewStageId string N/A
RemoteInterviewStageId string Provider's unique identifier of the interview stage e3cb75bf-aa84-466e-a6c1-b8322b257a48
InterviewStage InterviewInterviewStage N/A
InterviewStatus InterviewInterviewStatus N/A
InterviewerIds List<string> N/A
RemoteInterviewerIds List<string> Provider's unique identifiers of the interviewers [
"e3cb75bf-aa84-466e-a6c1-b8322b257a48",
"e3cb75bf-aa84-466e-a6c1-b8322b257a48"
]
InterviewParts List<InterviewPart> N/A
Interviewers List<Interviewer> N/A
StartAt DateTime Interview start date 2021-01-01T01:01:01.000Z
EndAt DateTime Interview end date 2021-01-01T01:01:01.000Z
MeetingUrl string N/A
CreatedAt DateTime Interview created date 2021-01-01T01:01:01.000Z
UpdatedAt DateTime Interview updated date 2021-01-01T01:01:01.000Z