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

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

# EventDetailInstance

## 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:
    EventDetailInstance:
      type: object
      properties:
        id:
          type: string
          example: 2ad51ecf-9923-437f-a6f0-70968e464cdb
        correlationid:
          type: string
          example: 20230314-M-101161
        source:
          type: string
          example: ONBASE
        specversion:
          type: string
          example: V1
        type:
          type: string
          example: AckNBApplicationValidation
        carrier:
          type: string
          example: CarrierName_1
        datacontenttype:
          type: string
          example: application/json
        time:
          type: string
          format: date-time
        data:
          type: string
          example: '{"businessKey":"20230314-M-101161","contractNum":"573005409","user":"ECMagent","CheckReceived":"Success","receivedDateTime":"2023-03-14T11:06:34.6979232-05:00","CorrelationID":"f3e98d05-1d9e-433f-b315-3b1eb0d03ed3"}'
        identifier:
          type: array
          items:
            type: object
            additionalProperties:
              type: string
```
