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

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

# RequestLinkedTask

Metadata for a linked tasks to a specific task in the system.

## 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:
    RequestLinkedTask:
      type: object
      description: Metadata for a linked tasks to a specific task in the system.
      properties:
        taskId:
          type: string
          description: Task Instance Id.
          example: TA000000014642
        externalId:
          type: string
          description: The identifier how an external system understand it for example
            used to map onbase taskId.
          example: 23bfac3e-e082-47ef-8619-97e96b17695d
        reason:
          type: string
          description: Reason for linking the task.
          example: Identified By BPM
```
