> ## 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.

# Client compliance

> Retrieve all client compliance items including status, dates, and requirements

### GET /compliance-clients

Retrieves all client compliance items.

**Parameters:** None

**Response fields:**

| Field          | Type    | Notes |
| -------------- | ------- | ----- |
| `FirstName`    | string  |       |
| `LastName`     | string  |       |
| `ClientId`     | string  |       |
| `Area`         | string  |       |
| `Area2`        | string  |       |
| `Phone1`       | string  |       |
| `Phone2`       | string  |       |
| `Email`        | string  |       |
| `LinkId`       | integer |       |
| `ComplianceId` | integer |       |
| `Required`     | integer | 0/1   |
| `StartDate`    | string  | Date  |
| `AlertDate`    | string  | Date  |
| `ExpiryDate`   | string  | Date  |
| `Note`         | string  |       |
| `Completed`    | integer | 0/1   |
| `Status`       | string  |       |
| `Description`  | string  |       |
| `ExpiryDays`   | integer |       |
| `WarningDays`  | integer |       |
| `Mandatory`    | integer | 0/1   |
| `NoStartDate`  | integer | 0/1   |
| `NoExpiryDate` | integer | 0/1   |
