> ## 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.

# ticket_type_priority table

> Link table defining what Priorities are relevant to a particular Ticket type

## ticket\_type\_priority Table (553)

Link table defining what Priorities are relevant to a particular Ticket type

## Fields

| Name                       | Description                           | Type                                         | Nullable |
| -------------------------- | ------------------------------------- | -------------------------------------------- | :------: |
| ticket\_type\_priority\_id | Primary key                           | PK                                           |    No    |
| ticket\_type\_id           | Ticket type                           | FK [ticket\_type](./ticket-type.mdx)         |    No    |
| ticket\_priority\_id       | Ticket priority                       | FK [ticket\_priority](./ticket-priority.mdx) |    No    |
| registered                 | Registered when                       | UtcDateTime                                  |    No    |
| registered\_associate\_id  | Registered by whom                    | FK [associate](./associate.mdx)              |    No    |
| updated                    | Last updated when                     | UtcDateTime                                  |    No    |
| updated\_associate\_id     | Last updated by whom                  | FK [associate](./associate.mdx)              |    No    |
| updatedCount               | Number of updates made to this record | UShort                                       |    No    |

<img src="https://mintcdn.com/superofficeas/8-OIGQQJR0VGDXy_/media/loc/en/database/tables/ticket_type_priority.png?fit=max&auto=format&n=8-OIGQQJR0VGDXy_&q=85&s=3d47a59417eabd932ecd799486904981" alt="ticket_type_priority table relationship diagram" width="727" height="707" data-path="media/loc/en/database/tables/ticket_type_priority.png" />

## Indexes

| Fields | Types | Description |
| ------ | ----- | ----------- |

## Relationships

| Table                                 | Description                                                        |
| ------------------------------------- | ------------------------------------------------------------------ |
| [associate](./associate)              | Employees, resources and other users - except for External persons |
| [ticket\_priority](./ticket-priority) | This table contains the ticket priorities.                         |
| [ticket\_type](./ticket-type)         | A ticket (request) type                                            |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [ticket_priority table](/en/database/tables/ticket-priority.md)
- [ticket_type table](/en/database/tables/ticket-type.md)
- [Get Ticket Priorities](/en/api/reference/restful/agent/list_agent/get-ticket-priorities.md)
- [Get Ticket Priority](/en/api/reference/restful/agent/list_agent/get-ticket-priority.md)
- [Ticket table](/en/api/bulk-operations/bulk-update/reference/ticket-table.md)
- [ticket table](/en/database/tables/ticket.md)
