> ## Documentation Index
> Fetch the complete documentation index at: https://help.visualcare.com.au/llms.txt
> Use this file to discover all available pages before exploring further.

# DEX cases

> Retrieve DEX (Data Exchange) case records for clients

### GET /DEXCase

Retrieves DEX (Data Exchange) case records for clients.

**Parameters:**

| Parameter   | Default | Description                    |
| ----------- | ------- | ------------------------------ |
| `clientId`  | -       | Filter by client ID            |
| `DexCaseId` | -       | Filter by specific DEX Case ID |

**Response fields:**

| Field              | Type    | Notes |
| ------------------ | ------- | ----- |
| `DexCaseId`        | integer |       |
| `ClientId`         | integer |       |
| `CaseId`           | string  |       |
| `OutletActivityId` | integer |       |
| `OutletDesc`       | string  |       |
| `StartDate`        | string  | Date  |
| `EndDate`          | string  | Date  |
