Read tickets
Reads all tickets from the Zendesk account. This example demonstrates a basic SELECT query to retrieve a complete list of tickets from the Tickets table.
SELECT * FROM Tickets
Reads all tickets from the Zendesk account. This example demonstrates a basic SELECT query to retrieve a complete list of tickets from the Tickets table.
SELECT * FROM Tickets