# Retrieves a list of the ticket priorities

Endpoint: GET /tickets/priorities
Version: v3
Security: oauth2

## Response 200 fields (application/json):

  - `id` (string)
    Gets or sets the unique identifier for the ticket priority.

  - `name` (null,string)
    Gets or sets the name of the ticket priority.

  - `priorityLevel` (any)
    Gets or sets the priority level of the ticket.
    Enum: "urgent", "high", "medium", "low"

  - `isDefault` (boolean)
    Gets or sets a value indicating whether this priority is the default for its priority level.


