{ "opencollection": "1.0.0", "info": { "name": "Zoho Analytics Bulk Bulk Export - Asynchronous Data APIs API", "version": "v2" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "accessTokenUrl": "https://accounts.zoho.com/oauth/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Data APIs", "type": "folder" }, "items": [ { "info": { "name": "Add Row", "type": "http" }, "http": { "method": "POST", "url": "https://analyticsapi.zoho.com/restapi/v2/workspaces/:workspace-id/views/:view-id/rows", "headers": [ { "name": "ZANALYTICS-ORGID", "value": "" } ], "params": [ { "name": "workspace-id", "value": "", "type": "path", "description": "ID of the workspace." }, { "name": "view-id", "value": "", "type": "path", "description": "ID of the view." } ], "body": { "type": "form-urlencoded", "data": [ { "name": "CONFIG", "value": "" } ] }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "accessTokenUrl": "https://accounts.zoho.com/oauth/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Adds a single row to the specified table." }, { "info": { "name": "Update Rows", "type": "http" }, "http": { "method": "PUT", "url": "https://analyticsapi.zoho.com/restapi/v2/workspaces/:workspace-id/views/:view-id/rows", "headers": [ { "name": "ZANALYTICS-ORGID", "value": "" } ], "params": [ { "name": "workspace-id", "value": "", "type": "path", "description": "ID of the workspace." }, { "name": "view-id", "value": "", "type": "path", "description": "ID of the view." } ], "body": { "type": "form-urlencoded", "data": [ { "name": "CONFIG", "value": "" } ] }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "accessTokenUrl": "https://accounts.zoho.com/oauth/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Updates rows in the specified table." }, { "info": { "name": "Delete Row", "type": "http" }, "http": { "method": "DELETE", "url": "https://analyticsapi.zoho.com/restapi/v2/workspaces/:workspace-id/views/:view-id/rows", "headers": [ { "name": "ZANALYTICS-ORGID", "value": "" } ], "params": [ { "name": "workspace-id", "value": "", "type": "path", "description": "ID of the workspace." }, { "name": "view-id", "value": "", "type": "path", "description": "ID of the view." } ], "body": { "type": "form-urlencoded", "data": [ { "name": "CONFIG", "value": "" } ] }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth", "accessTokenUrl": "https://accounts.zoho.com/oauth/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Deletes rows from the specified table. Note: While OpenAPI generally discourages request bodies for DELETE operations, this API supports it for detailed filtering." } ] } ], "bundled": true }