Zoho CRM Ownership History API

Retrieves the ownership change history for CRM records, tracking how record ownership transferred from one user to another over time.

OpenAPI Specification

zoho-crm-ownership-history-openapi.json Raw ↑
{
  "openapi": "3.1.0",
  "info": {
    "title": "Zoho CRM Ownership History API",
    "description": "Retrieves the ownership change history for CRM records, tracking how record ownership transferred from one user to another over time.",
    "version": "8.0"
  },
  "servers": [
    {
      "url": "https://zohoapis.{dc}/crm/{version}",
      "description": "API Server URL",
      "variables": {
        "dc": {
          "enum": [
            "com",
            "eu",
            "in",
            "cn",
            "au"
          ],
          "default": "com",
          "description": "API Server URL TLD"
        },
        "version": {
          "default": "v8",
          "description": "API Version"
        }
      }
    }
  ],
  "paths": {},
  "components": {
    "securitySchemes": {
      "iam-oauth2-schema": {
        "type": "oauth2",
        "description": "OAuth 2.0 authorization code flow for Zoho CRM API access",
        "flows": {
          "authorizationCode": {
            "authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth",
            "tokenUrl": "https://accounts.zoho.com/oauth/v2/token",
            "refreshUrl": "https://accounts.zoho.com/oauth/v2/token",
            "scopes": {
              "ZohoCRM.modules.READ": "Full access to all modules",
              "ZohoCRM.modules.Leads.READ": "Read access to Leads module",
              "ZohoCRM.modules.Contacts.READ": "Read access to Contacts module",
              "ZohoCRM.modules.Accounts.READ": "Read access to Accounts module",
              "ZohoCRM.modules.Deals.READ": "Read access to Deals module",
              "ZohoCRM.modules.Tasks.READ": "Read access to Tasks module",
              "ZohoCRM.modules.Events.READ": "Read access to Events module",
              "ZohoCRM.modules.Calls.READ": "Read access to Calls module",
              "ZohoCRM.modules.Products.READ": "Read access to Products module",
              "ZohoCRM.modules.Vendors.READ": "Read access to Vendors module",
              "ZohoCRM.modules.Campaigns.READ": "Read access to Campaigns module",
              "ZohoCRM.modules.Cases.READ": "Read access to Cases module",
              "ZohoCRM.modules.Solutions.READ": "Read access to Solutions module",
              "ZohoCRM.modules.Quotes.READ": "Read access to Quotes module",
              "ZohoCRM.modules.Invoices.READ": "Read access to Invoices module",
              "ZohoCRM.modules.Forecasts.READ": "Read access to Forecasts module",
              "ZohoCRM.modules.Activities.READ": "Read access to Activities module",
              "ZohoCRM.modules.Notes.READ": "Read access to Notes module",
              "ZohoCRM.modules.Attachments.READ": "Read access to Attachments module",
              "ZohoCRM.modules.custom.READ": "Read access to Custom modules",
              "ZohoCRM.modules.Pricebooks.READ": "Read access to Pricebooks module",
              "ZohoCRM.modules.Salesorders.READ": "Read access to Salesorders module",
              "ZohoCRM.modules.Purchaseorders.READ": "Read access to Purchaseorders module",
              "ZohoCRM.modules.Custom.READ": "Read access to Custom modules"
            }
          }
        }
      }
    }
  }
}