ODBC guide

Read tickets for organization


Reads all tickets associated with a specific organization. This example demonstrates using the get_tickets_by_org endpoint and specifying the organization_id in the WITH clause.

SELECT * FROM get_tickets_by_org
WITH(
	  organization_id='12'
)