{
"id": "<string>",
"version": 123,
"type": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"data": {
"object": {
"id": "<string>",
"candidate_id": "<string>",
"application_id": "<string>",
"job_id": "<string>",
"event": {
"title": "<string>",
"location": "<string>",
"type": "phone",
"status": "active",
"start": "2023-11-07T05:31:56Z",
"end": "2023-11-07T05:31:56Z",
"time_zone": "<string>",
"organizer_id": "<string>",
"attendees": [
{
"id": "<string>",
"application_id": "<string>",
"user_id": "<string>",
"type": "user",
"status": "accepted",
"display_name": "<string>",
"email": "<string>"
}
]
},
"meta": {
"note_for_candidate": "<string>",
"note_for_attendees": "<string>",
"attach_resume_to_invite": true,
"online_meeting_type": "hangouts_meet",
"meeting_url": "<string>"
}
}
}
}Occurs when an interview is created
Show child attributes
Show child attributes
The id of the interview. Format int_1a2b3c
The id of the candidate. Format can_1a2b3c
The id of the application. Format app_1a2b3c
The id of the job. Format job_1a2b3c
Show child attributes
The title of the event.
The address of the interview if onsite.
phone, online, on_site active, past, cancelled The datetime the interview starts at
The datetime the interview ends at
The timezone of the interview start and end date
The user id of the organiser
The list of attendees for this interview
Show child attributes
The id of the interview. Format attd_1a2b3c
The id of the application if the attendee is the candidate. Format app_1a2b3c
The user id of the attendee if they are a user. Format usr_1a2b3c
user, candidate, guest accepted, pending, maybe, declined Show child attributes
hangouts_meet, event_named_hangout, event_hangout, unknown, skype_for_consumer, skype_for_business, teams_for_business Was this page helpful?