Stored Procedures
Stored procedures are function-like interfaces that extend the functionality of the driver beyond simple SELECT/INSERT/UPDATE/DELETE operations with Zendesk.
Stored procedures accept a list of parameters, perform their intended function, and then return, if applicable, any relevant response data from Zendesk, along with an indication of whether the procedure succeeded or failed.
CData JDBC Driver for Zendesk Stored Procedures
Name | Description |
DeleteTicketsPermanently | This will enqueue a ticket permanent deletion job and return a payload with the status of the jobs. |
GetOAuthAccessToken | Gets an authentication token from Zendesk. |
GetOAuthAuthorizationURL | Gets the authorization URL that must be opened separately by the user to grant access to your application. Only needed when developing Web apps. You will request the OAuthAccessToken from this URL. |
MergeTickets | Merges one or more tickets into the target ticket. |
RecoverSuspendedTicket | Recover a previously suspended ticket. |
RestoreTicket | Restore a previously deleted ticket. |