Select API Scopes
Note
The Activities module was deprecated in V3. If you make API calls to the Activities module using ZohoCRM.modules.Activities.{operation_type}, the system will return an OAUTH_SCOPE_MISMATCH error. Instead you can make module-specific API calls for Meetings, Calls, and Tasks from V3.
Operation Type | Description |
---|---|
ALL | Full access to the resource |
READ | Allow access to read data from the resource |
CREATE | Allow access to create data in the resource |
UPDATE | Allow access to update an existing data in the resource |
WRITE | Allow access to edit data in the resource (Alias for CREATE, UPDATE, and DELETE) |
DELETE | Allow access to delete data in the resource |
CUSTOM | Custom Operation Type |