# HealthieGetAvailableSlotsForRangeRequest

Model ID: `HealthieGetAvailableSlotsForRangeRequest`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `api_url` | `string` | No |  |  |  | No |  |
| `appointment_to_reschedule_id` | `string` | No |  |  |  | Yes |  |
| `appointment_type_id` | `string` | No |  |  |  | Yes |  |
| `appt_loc_id` | `string` | No |  |  |  | Yes |  |
| `appt_type_id` | `string` | No |  |  |  | Yes |  |
| `auth_context` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | No |  |
| `clients_can_join_waitlist` | `boolean` | No |  |  |  | Yes |  |
| `contact_type` | `string` | No |  |  |  | Yes |  |
| `end_date` | `string` | Yes |  |  |  | No |  |
| `end_range_boundary` | `string` | No |  |  |  | Yes |  |
| `licensed_in_state` | `string` | No |  |  |  | Yes |  |
| `mode` | `string` | No |  | sandbox, live | `"sandbox"` | No | Which vendor environment the call is routed to. Defaults to sandbox, so an omitted mode never reaches a production vendor account. |
| `open_loop_url` | `string` | No |  |  |  | No |  |
| `org_level` | `boolean` | No |  |  | `false` | No |  |
| `provider_id` | `string` | Yes |  |  |  | No |  |
| `provider_ids` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |
| `secret_key` | `string` | Yes |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `shard_id` | `string` | No |  |  |  | No |  |
| `start_date` | `string` | Yes |  |  |  | No |  |
| `start_range_boundary` | `string` | No |  |  |  | Yes |  |
| `tag_ids` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |
| `timezone` | `string` | No |  |  |  | Yes |  |

## Example

None declared in canonical OpenAPI.
