# TicketPriorities Object

> Source: https://truto.one/docs/api-reference/unified-ticketing-api/ticketpriorities/

Schema for the `TicketPriorities` resource in **Unified Ticketing API**.

## Properties

- **`id`** _(string, required)_
  The priority's unique identifier
- **`name`** _(string)_
  The priority's name
- **`description`** _(string)_
  The priority's description
- **`etag`** _(string)_
  The unique identifier for the specific version of the resource.
- **`remote_data`** _(object)_
  Raw data returned from the remote API call.

## Methods

- [GET /unified/ticketing/ticket_priorities](/docs/api-reference/unified-ticketing-api/ticketpriorities/list) — List Ticket priorities
