---
title: "ClientCaseSortField"
url: "https://developers.zinnia.com/apis/illustration-client-cases/versions/a31534b3-f446-4f8d-8b26-1106d7bdfb11/schemas/ClientCaseSortField"
---

> Full API specification: https://developers.zinnia.com/apis/illustration-client-cases/versions/a31534b3-f446-4f8d-8b26-1106d7bdfb11.md

# ClientCaseSortField

## OpenAPI definition

```yaml
openapi: 3.0.4
info:
  title: Zinnia Illustration Client Cases Api
  version: v1
servers:
  - url: https://uat.api.zinnia.io
    description: Main server address for this environment
components:
  schemas:
    ClientCaseSortField:
      enum:
        - Title
        - AgentFirstName
        - AgentLastName
        - InsuredFirstName
        - InsuredLastName
        - LastModified
      type: string
```
