get https://hub.xyte.io/core/v1/organization/tickets
Retrieve a list of open tickets for the organization.
Authorization
This endpoint requires Authorization.
Response
An array of objects with the following structure:
| Key | Type | Description |
|---|---|---|
| id | string | Unique identifier of the ticket. It is a universally unique identifier (UUID). |
| title | string | Short, descriptive title of the ticket. |
| description | string | Detailed description of the condition that triggered the ticket. |
| status | string | Current status of the ticket: "open", "review", "closed". |
| created_at | string | Date and time when the ticket was created in ISO 8601 format (e.g., "2024-02-02T11:23:38Z"). |
| device_id | string | Unique identifier of the device associated with the ticket. It is a UUID. |
| user_name | string | Name of the user who created the ticket. |
| user_email | string | Email address of the user who created the ticket. |
