> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.TicketRelationType

# <a id="SuperOffice_WebApi_Data_TicketRelationType" /> Enum TicketRelationType

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Type of relation between tickets
This Enum is used by:  ticket\_relation\_def.relation\_type

```csharp theme={null}
public enum TicketRelationType : short
```

## Fields

`Child = 2`

2: Destination is child of the source Ticket in this relation

`Parent = 1`

1: Destination is parent of the source Ticket in this relation

`Related = 0`

0: Tickets are related without a hierarchy
