| Field | Type | Required | Description | Example |
|---|---|---|---|---|
XAccountId |
string | ✔️ | The account identifier | |
Id |
string | ✔️ | N/A | |
Raw |
bool | ➖ | Indicates that the raw request result should be returned in addition to the mapped result (default value is false) | |
Proxy |
Dictionary<String, object> | ➖ | Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key | |
Fields |
string | ➖ | The comma separated list of fields that will be returned in the response (if empty, all fields are returned) | id,remote_id,application_id,remote_application_id,interview_stage_id,remote_interview_stage_id,interview_stage,status,interview_status,interviewer_ids,remote_interviewer_ids,interview_parts,interviewers,start_at,end_at,meeting_url,created_at,updated_at,unified_custom_fields |
Prefer |
string | ➖ | Set to "heartbeat" to enable keep-alive newline heartbeats during long-running requests. Response includes Preference-Applied: heartbeat header when honored. (RFC 7240) | heartbeat |