ODBC guide

SQL examples for ODBC


The ZappySys API Driver is a user-friendly interface designed to facilitate the seamless integration of various applications with the ManagedEngine ServiceDesk Plus (Zoho) API. With its intuitive design and robust functionality, the ZappySys API Driver simplifies the process of configuring specific API endpoints to efficiently read or write data from ManagedEngine ServiceDesk Plus (Zoho).

On this page you will find some SQL examples which can be used for API ODBC Driver or Data Gateway API Connector.

List requests

This example shows how to list requests.

SELECT * FROM Requests

Learn more about this SQL query.

Read request details by ID

This example shows how to read extended information about a single request

SELECT * FROM Requests Where id=111112345

Learn more about this SQL query.

Delete request

This example shows how to delete a request by ID.

DELETE FROM Requests Where id=111112345

Learn more about this SQL query.

List request tasks

This example shows how to read all tasks for a single Request ID

SELECT * FROM get_Request_Tasks WITH (RequestId=111112345)

Learn more about this SQL query.

Read request task details

This example shows how to read request task details by single Request ID and Task ID

SELECT * FROM get_Request_Task_Details  (RequestId=111112345, TaskId=222212345)

Learn more about this SQL query.

List request task comments

This example shows how to read all comment for specific task

SELECT * FROM get_Request_Task_Comments  (RequestId=111112345, TaskId=222212345)

Learn more about this SQL query.

Read request task comment details

This example shows how to read a single comment details for a specific task

SELECT * FROM get_Request_Task_Comment_Details (RequestId=111112345, TaskId=222212345, CommentId=333312345)

Learn more about this SQL query.

List request notes

This example shows how to read all notes for a single Request ID

SELECT * FROM get_Request_Notes WITH (RequestId=111112345)

Learn more about this SQL query.

Read request note details

This example shows how to read request note details by single Request ID and Note ID

SELECT * FROM get_Request_Note_Details (RequestId=111112345, NoteId=222212345)

Learn more about this SQL query.

List request worklog

This example shows how to read all worklogs for a single Request ID

SELECT * FROM get_Request_Worklogs WITH (RequestId=111112345)

Learn more about this SQL query.

Read request worklog details

This example shows how to read request worklog details by single Request ID and Worklog ID

SELECT * FROM get_Request_Worklog_Details (RequestId=111112345, WorklogId=222212345)

Learn more about this SQL query.

List request task worklog

This example shows how to read all worklogs for a single Request Task ID

SELECT * FROM get_Request_Task_Worklogs WITH (RequestId=111112345, TaskId=22222345)

Learn more about this SQL query.

Read request task worklog details

This example shows how to read request task worklog details by single Request Task ID and Worklog ID

SELECT * FROM get_Request_Task_Worklog_Details (RequestId=111112345, TaskId=22222345, WorklogId=333312345)

Learn more about this SQL query.

List projects

This example shows how to list projects.

SELECT * FROM Projects

Learn more about this SQL query.

Read project details by ID

This example shows how to read extended information about a single project

SELECT * FROM Projects Where id=111112345

Learn more about this SQL query.

List assets

This example shows how to list assets.

SELECT * FROM Assets

Learn more about this SQL query.

Read asset by ID

This example shows how to read extended information about an asset

SELECT * FROM Assets Where id=111112345

Learn more about this SQL query.

List purchase orders

This example shows how to list purchase orders.

SELECT * FROM PurchaseOrders

Learn more about this SQL query.

Read purchase order details by ID

This example shows how to read extended information about a single purchase order

SELECT * FROM PurchaseOrders Where id=111112345

Learn more about this SQL query.

List changes

This example shows how to list changes.

SELECT * FROM Changes

Learn more about this SQL query.

Read change details by ID

This example shows how to read extended information about a change

SELECT * FROM Changes Where id=111112345

Learn more about this SQL query.

List contracts

This example shows how to list contracts.

SELECT * FROM Contracts

Learn more about this SQL query.

Read contract details by ID

This example shows how to read extended information about a contract

SELECT * FROM Contracts Where id=111112345

Learn more about this SQL query.

List tasks

This example shows how to list tasks.

SELECT * FROM Tasks

Learn more about this SQL query.

Read task details by ID

This example shows how to read extended information about a task

SELECT * FROM Tasks Where id=111112345

Learn more about this SQL query.

Getting Started with Examples

ZappySys API Driver is a powerful software solution designed to facilitate the extraction and integration of data from a wide range of sources through APIs. Its intuitive design and extensive feature set make it an essential asset for any organization dealing with complex data integration tasks.

To get started with examples using ZappySys API Driver, please click on the following applications:

SQL Server Connect ManagedEngine ServiceDesk Plus (Zoho) in SQL Server
Power BI Connect ManagedEngine ServiceDesk Plus (Zoho) in Power BI
SSRS Connect ManagedEngine ServiceDesk Plus (Zoho) in SSRS
Informatica Connect ManagedEngine ServiceDesk Plus (Zoho) in Informatica
MS Access Connect ManagedEngine ServiceDesk Plus (Zoho) in MS Access
MS Excel Connect ManagedEngine ServiceDesk Plus (Zoho) in MS Excel
SSAS Connect ManagedEngine ServiceDesk Plus (Zoho) in SSAS
C# Connect ManagedEngine ServiceDesk Plus (Zoho) in C#
Python Connect ManagedEngine ServiceDesk Plus (Zoho) in Python
JAVA Connect ManagedEngine ServiceDesk Plus (Zoho) in JAVA
Tableau Connect ManagedEngine ServiceDesk Plus (Zoho) in Tableau
SAP Crystal Reports Connect ManagedEngine ServiceDesk Plus (Zoho) in SAP Crystal Reports
Azure Data Factory (Pipeline) Connect ManagedEngine ServiceDesk Plus (Zoho) in Azure Data Factory (Pipeline)
Talend Studio Connect ManagedEngine ServiceDesk Plus (Zoho) in Talend Studio
UiPath Connect ManagedEngine ServiceDesk Plus (Zoho) in UiPath
PowerShell Connect ManagedEngine ServiceDesk Plus (Zoho) in PowerShell
ODBC Connect ManagedEngine ServiceDesk Plus (Zoho) in ODBC

Key features of the ZappySys API Driver include:

The API ODBC driver facilitates the reading and writing of data from numerous popular online services (refer to the complete list here) using familiar SQL language without learning complexity of REST API calls. The driver allows querying nested structure and output as a flat table. You can also create your own ODBC / Data Gateway API connector file and use it with this driver.

  1. Intuitive Configuration: The interface is designed to be user-friendly, enabling users to easily set up the specific API endpoints within ManagedEngine ServiceDesk Plus (Zoho) without requiring extensive technical expertise or programming knowledge.

  2. Customizable Endpoint Setup: Users can conveniently configure the API endpoint settings, including the HTTP request method, endpoint URL, and any necessary parameters, to precisely target the desired data within ManagedEngine ServiceDesk Plus (Zoho).

  3. Data Manipulation Capabilities: The ZappySys API Driver allows for seamless data retrieval and writing, enabling users to fetch data from ManagedEngine ServiceDesk Plus (Zoho) and perform various data manipulation operations as needed, all through an intuitive and straightforward interface.

  4. Secure Authentication Integration: The driver provides secure authentication integration, allowing users to securely connect to the ManagedEngine ServiceDesk Plus (Zoho) API by inputting the necessary authentication credentials, such as API tokens or other authentication keys.

  5. Error Handling Support: The interface is equipped with comprehensive error handling support, ensuring that any errors or exceptions encountered during the data retrieval or writing process are efficiently managed and appropriately communicated to users for prompt resolution.

  6. Data Visualization and Reporting: The ZappySys API Driver facilitates the seamless processing and presentation of the retrieved data from ManagedEngine ServiceDesk Plus (Zoho), enabling users to generate comprehensive reports and visualizations for further analysis and decision-making purposes.

Overall, the ZappySys API Driver serves as a powerful tool for streamlining the integration of applications with ManagedEngine ServiceDesk Plus (Zoho), providing users with a convenient and efficient way to access and manage data, all through a user-friendly and intuitive interface.