---
title: "ExceptionRefDetailsSearchRequest"
url: "https://developers.zinnia.com/apis/case-management-1-0-0/versions/0091226b-6452-4e75-93ce-4bbfe022aad5/schemas/ExceptionRefDetailsSearchRequest"
---

> Full API specification: https://developers.zinnia.com/apis/case-management-1-0-0/versions/0091226b-6452-4e75-93ce-4bbfe022aad5.md

# ExceptionRefDetailsSearchRequest

## OpenAPI definition

```yaml
openapi: 3.0.3
info:
  title: Case Management API
  version: 1.0.0
servers:
  - url: https://dev.api.zinnia.io/
    description: Dev Environment
  - url: https://qa.api.zinnia.io/
    description: QA Environment
  - url: https://uat.api.zinnia.io/
    description: UAT Environment
  - url: https://api.zinnia.io/
    description: PROD Environment
components:
  schemas:
    ExceptionRefDetailsSearchRequest:
      type: object
      properties:
        category:
          type: array
          items:
            type: string
          description: A list of categories for the search
          example:
            - Form
            - Agent
        carrier:
          type: string
          description: The carrier associated with the request
          example: Carrier_1
        process:
          type: string
          description: The process associated with the request
          example: Withdrawal
```
