Fetch all interviews and related details
| Field | Type | Description |
|---|---|---|
| id | Integer | Unique ID for this record |
| title | String | Title for the interview E.g. Phone Interview with Noemi McGrath |
| 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. 3rd Floor Cafeteria |
| type | Object | Some metadata containing interview information E.g.{name: "Phone", metadata: {phone_number: "+1-39834 343"} |
| 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 |