ODBC guide

Read tickets by IDs


Reads multiple tickets by specifying a list of ticket IDs. This example demonstrates how to use the get_tickets_by_ids endpoint with the ticket_ids parameter in the WITH clause.

SELECT * from get_tickets_by_ids
WITH(ticket_ids='104861,104860')