Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Zoho Analytics Data APIs API

Data APIs are used to perform addition, update, deletion actions on Zoho Analytics tables.

Zoho Analytics Data APIs API is one of 11 APIs that Zoho Analytics publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Data APIs. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 3 operations across 1 path, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version v2.

Requests are made against a single base URL, https://analyticsapi.zoho.com.

3 operations 1 paths 3 schemas 1 DELETE1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v2
Base URL
https://analyticsapi.zoho.com/restapi/v2
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Zoho Analytics Data APIs API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (iam-oauth2-schema) using the authorizationCode flow, exposing 6 scopes. By default, every request must be authenticated.

Paths & Operations 3

Across 1 path, the API surfaces 3 operations — 1 DELETE, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Data APIs 3

Data APIs are used to perform addition, update, deletion actions on Zoho Analytics tables.

POST
/restapi/v2/workspaces/{workspace-id}/views/{view-id}/rows
Add Row
addRow 3 params body → 200default
PUT
/restapi/v2/workspaces/{workspace-id}/views/{view-id}/rows
Update Rows
updateRows 3 params body → 200default
DELETE
/restapi/v2/workspaces/{workspace-id}/views/{view-id}/rows
Delete Row
deleteRows 3 params body → 200default

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are UpdateRowsConfig (6 properties), AddRowConfig (3 properties), DeleteRowsConfig (2 properties). Each schema is shown below with its type and property counts.

UpdateRowsConfig
object
JSONObject with configuration for updating rows.
6 properties 1 required
DeleteRowsConfig
object
JSONObject with configuration for deleting rows. Must contain exactly one of the following properties: criteria (for selective deletion based on a string expre…
2 properties
AddRowConfig
object
JSONObject with configuration for adding a row.
3 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zoho-analytics-data-apis-api-openapi.yml Raw ↑

Other APIs Zoho Analytics publishes across the network.

Zoho Analytics Bulk Export - Asynchronous API
Zoho Analytics Bulk Export - Synchronous API
Zoho Analytics Bulk Import - Asynchronous API
Zoho Analytics Bulk Import - Batch API
Zoho Analytics Bulk Import - Synchronous API
Zoho Analytics Embed APIs API
Zoho Analytics Metadata APIs API
Zoho Analytics Modeling APIs API
Zoho Analytics Sharing & Collaboration APIs API
Zoho Analytics User Management APIs API