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

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

# TaskSummary

## 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:
    TaskSummary:
      type: object
      properties:
        taskId:
          type: string
          format: 23432-234234-324234-5345434
        caseId:
          type: string
          format: 34545-543453-323223-534522
        taskType:
          type: string
          example: RenewalTask
        status:
          type: string
          example: Pending
        source:
          type: string
          example: SupportTool
        carrier:
          type: string
          example: CarrierName_1
        assignedTo:
          type: string
          example: operator-3
        createdDate:
          type: string
          format: date-time
        createdBy:
          type: string
          example: operator-1
        updatedDate:
          type: string
          format: date-time
        updatedBy:
          type: string
          example: operator-2
```
