get https://{url}/core/v1/partner/tickets
List all open Tickets in the Partner portal
Returned Data
Array of open tickets:
Name | Type | Description |
---|---|---|
id | string | Unique ticket ID |
title | string | Ticket title |
description | string | Ticket description |
status | string | Open / Replied / Review |
created_at | datetime | Creation timestamp |
device_id | string | Unique device ID (See Get device details) |
user_name | string | Name of user creating the ticket |
user_email | string | Email of user creating the ticket |