Home-page---Dashboard-of-Charts :: Version6.2
Home Page Implementation The home page (refer image above) of the "Personal Finance" application has the following tabs along with the "Home" tab, Reports Expense Details Income Details Add New...
View ArticleReports-Tab :: Version3.7
Reports tab Implementation In the Reports tab we have more analysis on Income and Expense details provided. They are: Monthly Income Summary Categorized Expense Report Income Vs Expense Trends Expense...
View ArticleDownload-and-Reference-Links :: Version2
Download and Reference Links Personal Finance Application Zoho Reports Personal Finance Database used to generate the reports Personal Finance Application Python Code download.
View ArticleMetaData :: Version7
Metadata Getting Metadata Using JDBC Driver Query String Parameters Samples Attribute Description Using the APIs provided in this section you could get information about the databases and the reports...
View ArticleExpense-and-Income-Tabs :: Version3.8
Expense and Income Details tab Implementation Expense Details tab: The data provided in this report is fetched from the ExpenseDetails table by our Python code using Zoho Reports CloudSQL API. Zoho...
View ArticleMetaData-java :: Version2.8
Zoho Reports Metadata Currently you can obtain the Zoho Report's metadata using the JDBC Driver. Follow the below links to get started. Download JDBC Driver JavaDocs Sample Loading databases using...
View ArticleSSO-Integration :: Version1.4
SSO API is only available for White Label customers of Zoho Reports. If you want to know about SSO Integration, email support@zohoreports.comSingle Sign On IntegrationSetup PhaseAPISSign Up API Sign In...
View ArticleContact Us :: Version2.2
Contact Us Users can write to us at support@zohoreports.com for any further technical assistance. You can also reach us at the following toll free number - +1-888-900-9646.
View ArticleShare :: Version5.4
Note: Share API is currently available only on request for select users. If you want to know more about Share API, email support@zohoreports.comSharingShare Sample URL Data sent as POST parameters Post...
View ArticleMetaData-java :: Version3.1
Zoho Reports Metadata Currently you can obtain the Zoho Report's metadata using the JDBC Driver. Follow the below links to get started. Download JDBC Driver JavaDocs Sample Loading databases using...
View ArticleCommon-Parameters :: Version7.5
Common Parameters in Query String of the API URL In this section we will discuss about the mandatory and optional parameters that could be passed in the query string of every API call. Mandatory...
View ArticleConfig-java :: Version2.2
Config.java This file contains the common configurations used in the samples, like API key, Database Name, Login Name & Password and Proxy details, if any. Update the configurations in the below...
View ArticleAddRow-java :: Version4.1
AddRow.java The following is the sample code for adding a row to a table in a database in Zoho Reports. In this example a row is added to the table "Sales".Before trying it out Take a copy of the...
View ArticleExport :: Version6.8
Export Sample Query String Parameters Criteria Response Formats JSON Callbacks - JSONP Export Using SQL 1. It is mandatory to use HTTPS in all API requests instead of HTTP request. HTTP is not...
View ArticleAdding-Single-Row :: Version4.3
Adding a Single Row Sample Request Specifying the action Data for the Row Sample Success Response 1. It is mandatory to use HTTPS in all API requests instead of HTTP request. HTTP is not supported...
View ArticlePrerequisites :: Version14.1
Prerequisites for using the API Users have to fullfill the below given prerequisites to use Zoho Reports API 1. It is mandatory to use HTTPS in all API requests instead of HTTP request. HTTP is not...
View ArticleMetaData :: Version7.4
Metadata Getting Metadata Using JDBC Driver Query String Parameters Samples Attribute Description 1. It is mandatory to use HTTPS in all API requests instead of HTTP request. HTTP is not supported2....
View ArticleZoho-Reports-CloudSQL :: Version5.2
Zoho Reports CloudSQL Query Zoho Reports Cloud with Structured Query Language ("SQL") What is Zoho CloudSQL? Zoho Reports and Zoho CloudSQL Key Highlights of Zoho Reports CloudSQL What is Zoho...
View ArticlePython-Client-Library :: Version3.2
Python Library The Python client libraries wraps the raw HTTP based API of Zoho Reports with easy to use methods for Python language. This enables Python developers to easily use Zoho Reports API....
View ArticleDeleteData-java :: Version2.3
DeleteData.java The following sample code is for deleting data from a table. In this example data matching the criteria ("Region" = 'West') and ("Product Category" = 'Stationary') are deleted from...
View Article