# ImpiloListClinicalNotesRequest

Model ID: `ImpiloListClinicalNotesRequest`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `api_key` | `string` | No |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `assignee_email` | `string` | No |  |  |  | Yes |  |
| `assignee_id` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |
| `assignee_name` | `string` | No |  |  |  | Yes |  |
| `cpt_code_value` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |
| `created_by_email` | `string` | No |  |  |  | Yes |  |
| `created_by_id` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |
| `created_by_name` | `string` | No |  |  |  | Yes |  |
| `description` | `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. |
| `note_id` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |
| `note_type` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |
| `open` | `boolean` | No |  |  |  | Yes |  |
| `page` | `integer` | No |  |  |  | Yes |  |
| `patient_email` | `string` | No |  |  |  | Yes |  |
| `patient_external_identifier` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |
| `patient_id` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |
| `patient_name` | `string` | No |  |  |  | Yes |  |
| `patient_site_id` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |
| `size` | `integer` | No |  |  |  | Yes |  |
| `sort` | `string` | No |  |  |  | Yes |  |
| `sort_descending` | `boolean` | No |  |  |  | Yes |  |

## Example

None declared in canonical OpenAPI.
