> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum values for TicketRelationType

> Lists the enum values for TicketRelationType.

## TicketRelationType Enum

Type of the relation (Related, Parent, Child)

| Name    | Value | Description                                                 |
| ------- | ----- | ----------------------------------------------------------- |
| Related | 0     | Tickets are related without a hierarchy                     |
| Parent  | 1     | Destination is parent of the source Ticket in this relation |
| Child   | 2     | Destination is child of the source Ticket in this relation  |

## Usage

* [ticket\_relation\_def](../ticket-relation-def).relation\_type - Ticket relation definition


## Related topics

- [SuperOffice.WebApi.Data.TicketRelationType](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketRelationType.md)
- [SuperOffice.WebApi.Agents.TicketAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.TicketAgent.md)
- [SuperOffice.WebApi.Agents.ITicketAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ITicketAgent.md)
- [SuperOffice.WebApi.Agents.IListAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IListAgent.md)
- [SuperOffice.WebApi.Agents.ListAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ListAgent.md)
- [ticketrelationtype](/en/api/mdo-providers/reference/ticketrelationtype.md)
