Profiles
Query information regarding profiles.
View-Specific Information
Select
The 本製品 uses the Zoho CRM API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the 本製品.
- Id supports the '=' operator.
For example, the following queries are processed server side:
SELECT * FROM Profiles WHERE Id = '3152079000000026011'
Columns
Name | Type | Description |
Id [KEY] | String | A unique numeric identifier for the profile. |
Name | String | The name of the profile. |
Description [KEY] | String | A small description regarding this profile. |
CreatedByName | String | The name of the user who created this profile. |
CreatedById | String | The id of the user who created this profile. |
CreatedAt | Datetime | The time this profile was created. |
ModifiedByName | String | The name of the user who modified this profile. |
ModifiedById | String | The id of the user who modified this profile. |
ModifiedAt | Datetime | The time this profile was last modified. |
Category | Boolean | Whether this profile is a category or not. |