ODBC guide

Read ticket attachments


Reads all attachment URLs for a specific ticket. This example demonstrates using the get_ticket_attachments endpoint with the ticket_id parameter.

SELECT * FROM get_ticket_attachments
WITH(
	  ticket_id='104351'
)