Fetch all interviews and related details
Field | Type | Description |
---|---|---|
id | Integer | Unique ID for this record |
title | String | Title for the interview E.g. |
description | String | Some description for the interviewer(s) |
time | Timestamp | Date and Time of interview |
duration | Integer | Duration of interview in minutes |
location | String | Place of interview E.g. |
type | Object | Some metadata containing interview information E.g. |
candidate | Object | Details of the candidate |
created_by | Object | Details of user who created this interview |
date_created | Timestamp | Date when this interview was created |
is_private | Boolean | Whether this interview is private |
is_cancelled | Boolean | Whether this interview was cancelled |
invitees | Array | List of details of participants (interviewers) |
messages | Array | List of messages in the conversation thread for a particular interview |