---
title: "Ticket events API"
canonical: "https://support.appfire.com/space/FD/1802568132/Ticket%20events%20API"
format: markdown
---
> Macro (aura-html)

A ticket event represents a state change within an issue-tracking system lifecycle.

## Supported request

Get a list of ticket events: `/ticket_events/`

### Fields

| Name | Type | Description |
| --- | --- | --- |
| `id` | double | Unique identifier for a ticket event. |
| `user_alias_id` | double | Unique identifier for a secondary user alias associated with a ticket event. |
| `user_alias_id` | double | Unique identifier assigned to an user alias. |
| `created_at` | string | Date and time a ticket event was created. |
| `params` | string | Parameters for a ticket event. |
| `ticket_id` | double | Unique identifier for a ticket. |
| `to_state` | string | Current state of a ticket event: N/A, Defined, In-Progress, Completed, or Accepted. |
| `vendor` | string | Name of the issue-tracking system. |