Fields Meta Data
Purpose
To get the field metadata for the specified module. The fields displayed are from all layouts for the module. The response does not contain layout-specific fields like mandatory fields or picklist values.
Request Details
Request URL
{api-domain}/crm/{version}/settings/fields?module={module_api_name}&type=unused
Supported modules
Leads, Accounts, Contacts, Deals, Campaigns, Tasks, Cases, Events, Calls, Solutions, Products, Vendors, Price Books, Quotes, Sales Orders, Purchase Orders, Invoices, Custom, and Activities
Header
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Scope
scope=ZohoCRM.settings.fields.READ
(or)
scope=ZohoCRM.settings.fields.ALL
(or)
scope=ZohoCRM.settings.ALL
Parameters
- modulestring, mandatory
Specify the API name of the required module. For example, Leads, Contacts, Accounts, Deals, and so on.
- typestring, optional
The value unused fetches all the unused fields and all fetches all both used and unused fields in the module. By default, the system fetches all the used fields.
Note
- Use the api_name of the fields in all API inputs instead of field labels. This ensures that the label name changes in custom modules or fields won't affect your existing integrations.
- The fields whose permission is set as Don't Show will also be fetched in the response.
Sample Request
Copiedcurl "https://www.zohoapis.com/crm/v2.1/settings/fields?module=Leads&type=unused"
-X GET
-H "Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxxxxxxx9be93.9b8xxxxxxxxxxxxxxxf"
Copied//Get instance of FieldsOperations Class that takes moduleAPIName as parameter
$fieldOperations = new FieldsOperations($moduleAPIName);
//Call getField method which takes fieldId as parameter
$response = $fieldOperations->getField($fieldId);
Copiedfo = Fields::FieldsOperations.new(module_api_name)
# Call get_field method which takes field_id as parameter
response = fo.get_field(field_id)
Response JSON Keys
- system_mandatoryboolean
Represents if current field is a system-mandatory field.
Possible values - true: The field is a system-mandatory field.
false: The field is not a system-mandatory field. - privateJSON object
Represents the details of compliance settings in your organization. For instance, "private": {
"restricted": true,
"type": "Low",
"export": true
}- restricted(boolean)- Represents if normal/sensitive data have restricted access when accessed via API.
- export(boolean)- Represents if both normal/sensitive data have restricted access when accessed via export.
- type(string)- Represents the type of restriction. The possible values are Low/High based on field configuration in the layout.
- webhookboolean
Represents if the field is supported in webhook.
- json_typestring
Represents the JSON type of the field. For instance, JSON object, string, etc,.
- textareaJSON object
Contains the details of the multiline field.
- typestring
Represents the type of multiline field.
Supported values :- small supports up to 2000 characters.
- large supports up to 32000 characters.
- cryptJSON object
Represents the status of the encryption. For instance: "crypt": {
"mode": "encryption",
"status": 1
}
The possible values for the "mode" key are: encryption, decryption;
The possible values for the "status" key are:- 1 - Represents that the field is encrypted.
- 2- Represents that the encryption/decryption for the field is in progress.
The "null" value represents that the key is decrypted.
- tooltipJSON object
Represents the details of the tooltip (name and value), if the field has one.
- created_sourcestring
Represents the source of the filed. The possible values for this field are: default, extension, and integration.
- display_labelstring
The display name of the field. This field will not be translated to user's preferred language. For instance, Lead Owner.
All display labels related to Events are renamed to Meetings. - field_labelstring
The display name of the field in the user's preferred language. All field labels related to Events are renamed to Meetings.
- field_read_onlyboolean
Represents if the field is read-only always.
Possible values - true: The field is always read-only.
false: The field is not always a read-only field, it can be updated. - read_onlyboolean
Represents if the field is read-only for the current user.
Possible values - true: The field read-only for the current user.
false: The field is not read-only for the current user. - display_labelboolean
Represents the display label of the current field. For instance, Last Name.
- quick_sequence_numberinteger
Represents the position of the field in the CRM.
- businesscard_supportedboolean
Represents if the current field can be added to business card section.
Possible values - true: The field can be added to the business card section.
false: The field cannot be added to the business card section. - idstring
Represents the unique ID of the current field.
- custom_fieldboolean
Represents if the current field is a custom field.
Possible values - true: The field is a custom field.
false: The current field is a default field. - visibleboolean
Represents if the current field is visible to the user.
Possible values - true: The field is visible to the user.
false: The current field is not visible to the user.
The profiles key represents the permission required for each profile to view this field. - profilesJSON array
Represents the different profiles that have access to this field and the access permission.
The value null represents that the user does not have the Module Customization permission. - display_typeinteger
Represents how the field is displayed based on its type .
The value -1 represents that the field is a normal field while the value 2 represents that the field is "select only" (Eg: Best time to contact field). - history_trackingJSON object
Represents the history of the picklist field if you have enabled history tracking.
The value null represents that history tracking is not enabled for the field. - wizardbigint
Represents that the field is a wizard.
- multiselectlookupJSON object
Represents the details such as linking module, connected module, lookup API name etc, of a multi-select lookup field.
- multiuserlookupJSON object
Represents the details such as linking module, connected module, lookup API name etc, of a multi-select user lookup field.
- pick_list_values_sorted_lexicallyBoolean
Represents whether the values of the picklist are sorted alphabetically.
- subformJSON object
Represents the details of the line items in the inventory modules.
- lengthinteger
Represents the size of the current field.
- sortableBoolean
Represents whether the field is sortable.
- api_namestring
Represents API name of the current field.
- data_typestring
Represents CRM field type of the current field. For instance, lookup.
- formulaJSON object
Represents the formula details, if the current field is a formula field.
- decimal_placeinteger
Represents the number of the decimal places allowed for the current field.
- mass_updateboolean
Represents if the field can be mass updated.
Possible values - true: The current field can be mass updated.
false: The current field cannot be mass updated. - pick_list_valuesJSON array
Represents the list of all the picklist values, if the field is either a picklist or multi-select picklist field.
The value for the key type in each picklist option represents if that option is used or not.
The id represents the unique ID of every picklist option.
The response contains both used and unused picklist values. - auto_numberJSON object
Represents the auto-number details if the current field is an Auto-Number field.
- hipaa_compliance_enabledboolean
Represents if Contains Personal Health Data is enabled for the field.
Possible values - true: The current field contains personal health data.
false: The current field does not contain personal health data. - hipaa_complianceJSON object
Represents the HIPAA compliance status of the field. The object includes the following keys
restricted_in_export: Represents if the data export is restricted for the field. The value is true if Restrict Data in Export option is enabled in the HIPAA compliance settings.
restricted: Represents if the field can be accessed via API. The value is true if Restrict Data access through API option is enabled in the HIPAA compliance settings.
Possible Errors
- REQUIRED_PARAM_MISSINGHTTP 400
Bad Request
Resolution: You have not specified the mandatory parameter. Refer to parameters section above. - INVALID_MODULEHTTP 400
The module name given seems to be invalid
Resolution: You have specified an invalid module name or there is no tab permission, or the module could have been removed from the available modules. Specify a valid module API name. - INVALID_MODULEHTTP 400
The given module is not supported in API
Resolution: The modules such as Documents and Projects are not supported in the current API. (This error will not be shown, once these modules are been supported). Specify a valid module API name. - INVALID_URL_PATTERNHTTP 404
Please check if the URL trying to access is a correct one
Resolution: The request URL specified is incorrect. Specify a valid request URL. Refer to request URL section above. - OAUTH_SCOPE_MISMATCHHTTP 401
Unauthorized
Resolution: Client does not have ZohoCRM.settings.fields.READ scope. Create a new client with valid scope. Refer to scope section above. - NO_PERMISSIONHTTP 403
Permission denied to read
Resolution: The user does not have permission to read fields data. Contact your system administrator. - INTERNAL_ERRORHTTP 500
Internal Server Error
Resolution: Unexpected and unhandled exception in Server. Contact support team. - INVALID_REQUEST_METHODHTTP 400
The http request method type is not a valid one
Resolution: You have specified an invalid HTTP method to access the API URL. Specify a valid request method. Refer to endpoints section above. - AUTHORIZATION_FAILEDHTTP 400
User does not have sufficient privilege to read fields data
Resolution: The user does not have the permission to retrieve fields data. Contact your system administrator.
Sample Response
Copied{
"fields": [
{
"system_mandatory": false,
"webhook": true,
"json_type": "jsonobject",
"crypt": null,
"field_label": "Lead Owner",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": true,
"display_label": "Lead Owner",
"display_type": -1,
"ui_type": 8,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000002589",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 120,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Owner",
"unique": {},
"history_tracking": null,
"data_type": "ownerlookup",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Company",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Company",
"display_type": -1,
"ui_type": 1,
"modified_time": null,
"read_only": false,
"association_details": null,
"quick_sequence_number": "1",
"businesscard_supported": false,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000002591",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": "Account_Name"
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 200,
"view_type": {
"view": true,
"edit": true,
"quick_create": true,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Company",
"unique": {},
"history_tracking": null,
"data_type": "text",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": true,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "First Name",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "First Name",
"display_type": -1,
"ui_type": 27,
"modified_time": null,
"read_only": false,
"association_details": null,
"quick_sequence_number": "2",
"businesscard_supported": false,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000002593",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": "First_Name",
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 40,
"view_type": {
"view": false,
"edit": true,
"quick_create": true,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "First_Name",
"unique": {},
"history_tracking": null,
"data_type": "text",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Salutation",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Salutation",
"display_type": -1,
"ui_type": 2,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": false,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000022011",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 25,
"view_type": {
"view": false,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Salutation",
"unique": {},
"history_tracking": null,
"data_type": "picklist",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": true,
"blueprint_supported": false,
"multiselectlookup": {},
"pick_list_values": [
{
"display_value": "-None-",
"reference_value": "-None-",
"actual_value": "-None-",
"id": "5725767000000022051",
"type": "used"
},
{
"display_value": "Mr.",
"reference_value": "Mr.",
"actual_value": "Mr.",
"id": "5725767000000022072",
"type": "used"
},
{
"display_value": "Mrs.",
"reference_value": "Mrs.",
"actual_value": "Mrs.",
"id": "5725767000000022088",
"type": "used"
},
{
"display_value": "Ms.",
"reference_value": "Ms.",
"actual_value": "Ms.",
"id": "5725767000000022041",
"type": "used"
},
{
"display_value": "Dr.",
"reference_value": "Dr.",
"actual_value": "Dr.",
"id": "5725767000000022063",
"type": "used"
},
{
"display_value": "Prof.",
"reference_value": "Prof.",
"actual_value": "Prof.",
"id": "5725767000000022038",
"type": "used"
}
],
"auto_number": {}
},
{
"system_mandatory": true,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Last Name",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Last Name",
"display_type": -1,
"ui_type": 127,
"modified_time": null,
"read_only": false,
"association_details": null,
"quick_sequence_number": "3",
"businesscard_supported": false,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000002595",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": "Last_Name",
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 80,
"view_type": {
"view": false,
"edit": true,
"quick_create": true,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Last_Name",
"unique": {},
"history_tracking": null,
"data_type": "text",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": false,
"json_type": "string",
"crypt": null,
"field_label": "Full Name",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Full Name",
"display_type": -1,
"ui_type": 1,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": false,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000002631",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 120,
"view_type": {
"view": true,
"edit": false,
"quick_create": false,
"create": false
},
"display_field": true,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Full_Name",
"unique": {},
"history_tracking": null,
"data_type": "text",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Title",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Designation",
"display_type": -1,
"ui_type": 1,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000002597",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": "Title",
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 100,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Designation",
"unique": {},
"history_tracking": null,
"data_type": "text",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": true,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Email",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Email",
"display_type": -1,
"ui_type": 25,
"modified_time": null,
"read_only": false,
"association_details": null,
"quick_sequence_number": "4",
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000002599",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": "Email",
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 100,
"view_type": {
"view": true,
"edit": true,
"quick_create": true,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Email",
"unique": {},
"history_tracking": null,
"data_type": "email",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Phone",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Phone",
"display_type": -1,
"ui_type": 33,
"modified_time": "2024-03-12T02:28:00-07:00",
"read_only": false,
"association_details": null,
"quick_sequence_number": "5",
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000002601",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": "Phone",
"Deals": null,
"Accounts": "Phone"
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 30,
"view_type": {
"view": true,
"edit": true,
"quick_create": true,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Phone",
"unique": {
"casesensitive": "0"
},
"history_tracking": null,
"data_type": "phone",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Fax",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Fax",
"display_type": -1,
"ui_type": 35,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000002603",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": "Fax",
"Deals": null,
"Accounts": "Fax"
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 30,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Fax",
"unique": {},
"history_tracking": null,
"data_type": "text",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": true,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Mobile",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Mobile",
"display_type": -1,
"ui_type": 33,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000002605",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": "Mobile",
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 30,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Mobile",
"unique": {},
"history_tracking": null,
"data_type": "phone",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": true,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "multiline",
"tooltip": null,
"textarea": {
"type": "small"
},
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "multiline",
"display_type": -1,
"ui_type": 110,
"modified_time": "2024-02-20T04:27:11-08:00",
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000002214001",
"custom_field": true,
"lookup": {},
"created_time": "2024-02-20T04:27:11-08:00",
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 2000,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": false,
"subform": null,
"external": null,
"api_name": "multiline",
"unique": {},
"history_tracking": null,
"data_type": "textarea",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Website",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Website",
"display_type": -1,
"ui_type": 21,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000002607",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": "Website"
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 255,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Website",
"unique": {},
"history_tracking": null,
"data_type": "website",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": true,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Lead Source",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Lead Source",
"display_type": -1,
"ui_type": 2,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000002609",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": "Lead_Source",
"Deals": "Lead_Source",
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 120,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Lead_Source",
"unique": {},
"history_tracking": null,
"data_type": "picklist",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": true,
"blueprint_supported": false,
"multiselectlookup": {},
"pick_list_values": [
{
"display_value": "-None-",
"reference_value": "-None-",
"actual_value": "-None-",
"id": "5725767000000003391",
"type": "used"
},
{
"display_value": "Advertisement",
"reference_value": "Advertisement",
"actual_value": "Advertisement",
"id": "5725767000000003385",
"type": "used"
},
{
"display_value": "Cold Call",
"reference_value": "Cold Call",
"actual_value": "Cold Call",
"id": "5725767000000003389",
"type": "used"
},
{
"display_value": "Employee Referral",
"reference_value": "Employee Referral",
"actual_value": "Employee Referral",
"id": "5725767000000003369",
"type": "used"
},
{
"display_value": "External Referral",
"reference_value": "External Referral",
"actual_value": "External Referral",
"id": "5725767000000003379",
"type": "used"
},
{
"display_value": "Online Store",
"reference_value": "Online Store",
"actual_value": "OnlineStore",
"id": "5725767000000003375",
"type": "used"
},
{
"display_value": "Partner",
"reference_value": "Partner",
"actual_value": "Partner",
"id": "5725767000000003377",
"type": "used"
},
{
"display_value": "Public Relations",
"reference_value": "Public Relations",
"actual_value": "Public Relations",
"id": "5725767000000003395",
"type": "used"
},
{
"display_value": "Sales Email Alias",
"reference_value": "Sales Email Alias",
"actual_value": "Sales Mail Alias",
"id": "5725767000000003393",
"type": "used"
},
{
"display_value": "Seminar Partner",
"reference_value": "Seminar Partner",
"actual_value": "Seminar Partner",
"id": "5725767000000003373",
"type": "used"
},
{
"display_value": "Internal Seminar",
"reference_value": "Internal Seminar",
"actual_value": "Seminar-Internal",
"id": "5725767000000003383",
"type": "used"
},
{
"display_value": "Trade Show",
"reference_value": "Trade Show",
"actual_value": "Trade Show",
"id": "5725767000000003371",
"type": "used"
},
{
"display_value": "Web Download",
"reference_value": "Web Download",
"actual_value": "Web Download",
"id": "5725767000000003381",
"type": "used"
},
{
"display_value": "Web Research",
"reference_value": "Web Research",
"actual_value": "Web Research",
"id": "5725767000000003387",
"type": "used"
},
{
"display_value": "Chat",
"reference_value": "Chat",
"actual_value": "Chat",
"id": "5725767000000058001",
"type": "used"
},
{
"display_value": "Twitter",
"reference_value": "Twitter",
"actual_value": "Twitter",
"id": "5725767000000299011",
"type": "used"
},
{
"display_value": "Facebook",
"reference_value": "Facebook",
"actual_value": "Facebook",
"id": "5725767000000299013",
"type": "used"
},
{
"display_value": "Google+",
"reference_value": "Google+",
"actual_value": "Google+",
"id": "5725767000000299015",
"type": "used"
}
],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "largemultiline",
"tooltip": null,
"textarea": {
"type": "large"
},
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "largemultiline",
"display_type": -1,
"ui_type": 3,
"modified_time": "2024-02-20T04:40:57-08:00",
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000002214014",
"custom_field": true,
"lookup": {},
"created_time": "2024-02-20T04:40:57-08:00",
"hipaa_compliance": null,
"filterable": false,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 32000,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": false,
"subform": null,
"external": null,
"api_name": "largemultiline",
"unique": {},
"history_tracking": null,
"data_type": "textarea",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Lead Status",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Lead Status",
"display_type": -1,
"ui_type": 2,
"modified_time": "2023-06-15T23:18:37-07:00",
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000002611",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 120,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Lead_Status",
"unique": {},
"history_tracking": null,
"data_type": "picklist",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": true,
"blueprint_supported": true,
"multiselectlookup": {},
"pick_list_values": [
{
"display_value": "-None-",
"reference_value": "-None-",
"actual_value": "-None-",
"id": "5725767000000003409",
"type": "used"
},
{
"display_value": "Attempted to Contact",
"reference_value": "Attempted to Contact",
"actual_value": "Attempted to Contact",
"id": "5725767000000003405",
"type": "used"
},
{
"display_value": "Contact in Future",
"reference_value": "Contact in Future",
"actual_value": "Contact in Future",
"id": "5725767000000003401",
"type": "used"
},
{
"display_value": "Contacted",
"reference_value": "Contacted",
"actual_value": "Contacted",
"id": "5725767000000003399",
"type": "used"
},
{
"display_value": "Junk Lead",
"reference_value": "Junk Lead",
"actual_value": "Junk Lead",
"id": "5725767000000003411",
"type": "used"
},
{
"display_value": "Lost Lead",
"reference_value": "Lost Lead",
"actual_value": "Lost Lead",
"id": "5725767000000003407",
"type": "used"
},
{
"display_value": "Not Contacted",
"reference_value": "Not Contacted",
"actual_value": "Not Contacted",
"id": "5725767000000003403",
"type": "used"
},
{
"display_value": "Pre-Qualified",
"reference_value": "Pre-Qualified",
"actual_value": "Pre-Qualified",
"id": "5725767000000299017",
"type": "used"
},
{
"display_value": "Not Qualified",
"reference_value": "Not Qualified",
"actual_value": "Not Qualified",
"id": "5725767000000149001",
"type": "used"
},
{
"display_value": "Lead Source",
"reference_value": "Lead Source",
"actual_value": "Lead Source",
"id": "5725767000000667013",
"type": "used"
},
{
"display_value": "Lead income",
"reference_value": "Lead income",
"actual_value": "Lead income",
"id": "5725767000000667015",
"type": "used"
},
{
"display_value": "New Lead",
"reference_value": "New Lead",
"actual_value": "New Lead",
"id": "5725767000000678099",
"type": "used"
},
{
"display_value": "Qualified",
"reference_value": "Qualified",
"actual_value": "Qualified",
"id": "5725767000000678109",
"type": "used"
}
],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Industry",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Industry",
"display_type": -1,
"ui_type": 2,
"modified_time": "2023-04-12T02:09:44-07:00",
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000002613",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": "Industry"
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 120,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Industry",
"unique": {},
"history_tracking": null,
"data_type": "picklist",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": true,
"blueprint_supported": false,
"multiselectlookup": {},
"pick_list_values": [
{
"display_value": "-None-",
"reference_value": "-None-",
"actual_value": "-None-",
"id": "5725767000000003431",
"type": "used"
},
{
"display_value": "ASP (Application Service Provider)",
"reference_value": "ASP (Application Service Provider)",
"actual_value": "ASP (Application Service Provider)",
"id": "5725767000000299019",
"type": "used"
},
{
"display_value": "Data/Telecom OEM",
"reference_value": "Data/Telecom OEM",
"actual_value": "Data/Telecom OEM",
"id": "5725767000000003415",
"type": "used"
},
{
"display_value": "ERP (Enterprise Resource Planning)",
"reference_value": "ERP (Enterprise Resource Planning)",
"actual_value": "ERP (Enterprise Resource Planning)",
"id": "5725767000000299021",
"type": "used"
},
{
"display_value": "Government/Military",
"reference_value": "Government/Military",
"actual_value": "Government/Military",
"id": "5725767000000003429",
"type": "used"
},
{
"display_value": "Large Enterprise",
"reference_value": "Large Enterprise",
"actual_value": "Large Enterprise",
"id": "5725767000000003421",
"type": "used"
},
{
"display_value": "ManagementISV",
"reference_value": "ManagementISV",
"actual_value": "ManagementISV",
"id": "5725767000000003417",
"type": "used"
},
{
"display_value": "MSP (Management Service Provider)",
"reference_value": "MSP (Management Service Provider)",
"actual_value": "MSP (Management Service Provider)",
"id": "5725767000000003435",
"type": "used"
},
{
"display_value": "Network Equipment Enterprise",
"reference_value": "Network Equipment Enterprise",
"actual_value": "Network Equipment (Enterprise)",
"id": "5725767000000003427",
"type": "used"
},
{
"display_value": "Non-management ISV",
"reference_value": "Non-management ISV",
"actual_value": "Non-management ISV",
"id": "5725767000000003433",
"type": "used"
},
{
"display_value": "Optical Networking",
"reference_value": "Optical Networking",
"actual_value": "Optical Networking",
"id": "5725767000000003445",
"type": "used"
},
{
"display_value": "Service Provider",
"reference_value": "Service Provider",
"actual_value": "Service Provider",
"id": "5725767000000003419",
"type": "used"
},
{
"display_value": "Small/Medium Enterprise",
"reference_value": "Small/Medium Enterprise",
"actual_value": "Small/Medium Enterprise",
"id": "5725767000000003425",
"type": "used"
},
{
"display_value": "Storage Equipment",
"reference_value": "Storage Equipment",
"actual_value": "Storage Equipment",
"id": "5725767000000003437",
"type": "used"
},
{
"display_value": "Storage Service Provider",
"reference_value": "Storage Service Provider",
"actual_value": "Storage Service Provider",
"id": "5725767000000003443",
"type": "used"
},
{
"display_value": "Systems Integrator",
"reference_value": "Systems Integrator",
"actual_value": "Systems Integrator",
"id": "5725767000000003413",
"type": "used"
},
{
"display_value": "Wireless Industry",
"reference_value": "Wireless Industry",
"actual_value": "Wireless Industry",
"id": "5725767000000003423",
"type": "used"
},
{
"display_value": "ERP",
"reference_value": "ERP",
"actual_value": "ERP",
"id": "5725767000000420476",
"type": "used"
},
{
"display_value": "Management ISV",
"reference_value": "Management ISV",
"actual_value": "Management ISV",
"id": "5725767000000420478",
"type": "used"
}
],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "integer",
"crypt": null,
"field_label": "No. of Employees",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "No of Employees",
"display_type": -1,
"ui_type": 32,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000002615",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": "Employees"
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 9,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "No_of_Employees",
"unique": {},
"history_tracking": null,
"data_type": "integer",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": true,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "double",
"crypt": null,
"field_label": "Annual Revenue",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Annual Revenue",
"display_type": -1,
"ui_type": 36,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {
"rounding_option": "normal",
"precision": 2
},
"id": "5725767000000002617",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": "Annual_Revenue"
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 16,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Annual_Revenue",
"unique": {},
"history_tracking": null,
"data_type": "currency",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": 2,
"mass_update": true,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Layout",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Layout",
"display_type": -1,
"ui_type": 208,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000095031",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 50,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": false,
"subform": null,
"external": null,
"api_name": "Layout",
"unique": {},
"history_tracking": null,
"data_type": "bigint",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": true,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Rating",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Rating",
"display_type": -1,
"ui_type": 2,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000002619",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": "Rating"
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 120,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Rating",
"unique": {},
"history_tracking": null,
"data_type": "picklist",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": true,
"blueprint_supported": true,
"multiselectlookup": {},
"pick_list_values": [
{
"display_value": "-None-",
"reference_value": "-None-",
"actual_value": "-None-",
"id": "5725767000000003219",
"type": "used"
},
{
"display_value": "Acquired",
"reference_value": "Acquired",
"actual_value": "Acquired",
"id": "5725767000000003221",
"type": "used"
},
{
"display_value": "Active",
"reference_value": "Active",
"actual_value": "Active",
"id": "5725767000000003223",
"type": "used"
},
{
"display_value": "Market Failed",
"reference_value": "Market Failed",
"actual_value": "Market Failed",
"id": "5725767000000003225",
"type": "used"
},
{
"display_value": "Project Cancelled",
"reference_value": "Project Cancelled",
"actual_value": "Project Cancelled",
"id": "5725767000000003227",
"type": "used"
},
{
"display_value": "Shut Down",
"reference_value": "Shut Down",
"actual_value": "ShutDown",
"id": "5725767000000003229",
"type": "used"
}
],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "jsonarray",
"crypt": null,
"field_label": "Tag",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Tag",
"display_type": -1,
"ui_type": 209,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": false,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000125055",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 2000,
"view_type": {
"view": true,
"edit": false,
"quick_create": false,
"create": false
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": false,
"subform": null,
"external": null,
"api_name": "Tag",
"unique": {},
"history_tracking": null,
"data_type": "text",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Product Interest",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Product Interest",
"display_type": -1,
"ui_type": 2,
"modified_time": "2024-01-20T10:20:31-08:00",
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000002005007",
"custom_field": true,
"lookup": {},
"created_time": "2024-01-20T10:20:31-08:00",
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 120,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": true,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Product_Interest",
"unique": {},
"history_tracking": null,
"data_type": "picklist",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": true,
"blueprint_supported": true,
"multiselectlookup": {},
"pick_list_values": [
{
"display_value": "-None-",
"reference_value": "-None-",
"actual_value": "-None-",
"id": "5725767000002005011",
"type": "used"
},
{
"display_value": "Interested",
"reference_value": "Interested",
"actual_value": "Interested",
"id": "5725767000002005006",
"type": "used"
},
{
"display_value": "Not Interested",
"reference_value": "Not Interested",
"actual_value": "Not Interested",
"id": "5725767000002005008",
"type": "used"
}
],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "jsonobject",
"crypt": null,
"field_label": "Created By",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Created By",
"display_type": -1,
"ui_type": 20,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000002623",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 120,
"view_type": {
"view": true,
"edit": false,
"quick_create": false,
"create": false
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Created_By",
"unique": {},
"history_tracking": null,
"data_type": "ownerlookup",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "boolean",
"crypt": null,
"field_label": "Email Opt Out",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Email Opt Out",
"display_type": -1,
"ui_type": 301,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000014177",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 5,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Email_Opt_Out",
"unique": {},
"history_tracking": null,
"data_type": "boolean",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": true,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Skype ID",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Skype ID",
"display_type": -1,
"ui_type": 37,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000014173",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": "Skype_ID",
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 50,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Skype_ID",
"unique": {},
"history_tracking": null,
"data_type": "text",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": true,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "jsonobject",
"crypt": null,
"field_label": "Modified By",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Modified By",
"display_type": -1,
"ui_type": 20,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000002625",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 120,
"view_type": {
"view": true,
"edit": false,
"quick_create": false,
"create": false
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Modified_By",
"unique": {},
"history_tracking": null,
"data_type": "ownerlookup",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Created Time",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Created Time",
"display_type": -1,
"ui_type": 200,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": false,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000002627",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 120,
"view_type": {
"view": true,
"edit": false,
"quick_create": false,
"create": false
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Created_Time",
"unique": {},
"history_tracking": null,
"data_type": "datetime",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Secondary Email",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Secondary Email",
"display_type": -1,
"ui_type": 25,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000044003",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": "Secondary_Email",
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 100,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Secondary_Email",
"unique": {},
"history_tracking": null,
"data_type": "email",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Modified Time",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Modified Time",
"display_type": -1,
"ui_type": 200,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": false,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000002629",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 120,
"view_type": {
"view": true,
"edit": false,
"quick_create": false,
"create": false
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Modified_Time",
"unique": {},
"history_tracking": null,
"data_type": "datetime",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Twitter",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Twitter",
"display_type": -1,
"ui_type": 22,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000053001",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": "Twitter",
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 50,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Twitter",
"unique": {},
"history_tracking": null,
"data_type": "text",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Auto-Number",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Auto-Number",
"display_type": -1,
"ui_type": 111,
"modified_time": "2024-03-08T02:08:19-08:00",
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000002358001",
"custom_field": true,
"lookup": {},
"created_time": "2024-03-08T02:08:19-08:00",
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 255,
"view_type": {
"view": true,
"edit": false,
"quick_create": false,
"create": false
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Auto_Number",
"unique": {},
"history_tracking": null,
"data_type": "autonumber",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {
"starting_number_length": 1,
"prefix": "",
"start_number": 1,
"suffix": ""
}
},
{
"system_mandatory": false,
"webhook": false,
"json_type": "jsonarray",
"crypt": null,
"field_label": "multiuser",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "multiuser",
"display_type": -1,
"ui_type": 445,
"modified_time": "2024-03-02T22:01:50-08:00",
"read_only": false,
"association_details": null,
"businesscard_supported": false,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000002312058",
"multiuserlookup": {
"display_label": "Users",
"linking_module": "Leads_X_Users",
"lookup_apiname": "userlookup221_19",
"connected_module": null,
"api_name": "Users19",
"connectedlookup_apiname": "multiuser",
"id": "5725767000002312199",
"record_access": true
},
"custom_field": true,
"lookup": {},
"created_time": "2024-03-02T22:01:50-08:00",
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 20,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": false,
"subform": null,
"external": null,
"api_name": "multiuser",
"unique": {},
"history_tracking": null,
"data_type": "multiuserlookup",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Wizard",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Wizard",
"display_type": -1,
"ui_type": 207,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000526321",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 50,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": false,
"subform": null,
"external": null,
"api_name": "Wizard",
"unique": {},
"history_tracking": null,
"data_type": "bigint",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "integer",
"crypt": null,
"field_label": "Score1",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": true,
"display_label": "Score1",
"display_type": -1,
"ui_type": 32,
"modified_time": "2024-03-04T23:32:08-08:00",
"read_only": true,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000002324011",
"custom_field": true,
"lookup": {},
"created_time": "2024-03-04T23:32:08-08:00",
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_only",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_only",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_only",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_only",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 5,
"view_type": {
"view": true,
"edit": false,
"quick_create": false,
"create": false
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Score1",
"unique": {},
"history_tracking": null,
"data_type": "integer",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Last Activity Time",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": true,
"display_label": "Last Activity Time",
"display_type": -1,
"ui_type": 786,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": false,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000052001",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 120,
"view_type": {
"view": true,
"edit": false,
"quick_create": false,
"create": false
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Last_Activity_Time",
"unique": {},
"history_tracking": null,
"data_type": "datetime",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "jsonarray",
"crypt": null,
"field_label": "checking multi picklist",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "checking multi picklist",
"display_type": -1,
"ui_type": 100,
"modified_time": "2023-11-26T02:48:07-08:00",
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000001537002",
"custom_field": true,
"lookup": {},
"created_time": "2023-11-26T02:48:07-08:00",
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 1000,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "checking_multi_picklist",
"unique": {},
"history_tracking": null,
"data_type": "multiselectpicklist",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": true,
"multiselectlookup": {},
"pick_list_values": [
{
"display_value": "test 1",
"reference_value": "test 1",
"actual_value": "test 1",
"id": "5725767000001537001",
"type": "used"
},
{
"display_value": "test 2",
"reference_value": "test 2",
"actual_value": "test 2",
"id": "5725767000001537003",
"type": "used"
}
],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "integer",
"crypt": null,
"field_label": "Lead Conversion Time",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": true,
"display_label": "Lead Conversion Time",
"display_type": -1,
"ui_type": 32,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": false,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000280013",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 9,
"view_type": {
"view": true,
"edit": false,
"quick_create": false,
"create": false
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Lead_Conversion_Time",
"unique": {},
"history_tracking": null,
"data_type": "integer",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "double",
"crypt": null,
"field_label": "Percent marks in qualifying exam",
"tooltip": {
"name": "Static Text",
"value": "Your marks"
},
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Percent marks in qualifying exam",
"display_type": -1,
"ui_type": 34,
"modified_time": "2024-03-22T09:02:41-07:00",
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000002448003",
"custom_field": true,
"lookup": {},
"created_time": "2024-03-22T09:02:41-07:00",
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 5,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Percent_marks_in_qualifying_exam",
"unique": {},
"history_tracking": null,
"data_type": "double",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": 2,
"mass_update": true,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Unsubscribed Time",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": true,
"display_label": "Unsubscribed Time",
"display_type": -1,
"ui_type": 333,
"modified_time": null,
"read_only": true,
"association_details": null,
"businesscard_supported": false,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000283002",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_only",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_only",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_only",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_only",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 120,
"view_type": {
"view": true,
"edit": false,
"quick_create": false,
"create": false
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Unsubscribed_Time",
"unique": {},
"history_tracking": null,
"data_type": "datetime",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Your Name",
"tooltip": {
"name": "Static Text",
"value": "Enter your name"
},
"textarea": {
"type": "large"
},
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Your Name",
"display_type": -1,
"ui_type": 3,
"modified_time": "2024-03-28T03:59:38-07:00",
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000002475003",
"custom_field": true,
"lookup": {},
"created_time": "2024-03-28T03:59:38-07:00",
"hipaa_compliance": null,
"filterable": false,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 32000,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": false,
"subform": null,
"external": null,
"api_name": "Your_Name",
"unique": {},
"history_tracking": null,
"data_type": "textarea",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "double",
"crypt": null,
"field_label": "Percent",
"tooltip": {
"name": "Static Text",
"value": "Your marks"
},
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Percent",
"display_type": -1,
"ui_type": 34,
"modified_time": "2024-03-26T03:00:10-07:00",
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000002467002",
"custom_field": true,
"lookup": {},
"created_time": "2024-03-26T03:00:10-07:00",
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 5,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Percent",
"unique": {},
"history_tracking": null,
"data_type": "double",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": 2,
"mass_update": true,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Your Nameaa",
"tooltip": {
"name": "Static Text",
"value": "Enter your name"
},
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Your Nameaa",
"display_type": -1,
"ui_type": 1,
"modified_time": "2024-03-28T04:03:08-07:00",
"read_only": false,
"association_details": null,
"businesscard_supported": false,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000002475022",
"custom_field": true,
"lookup": {},
"created_time": "2024-03-28T04:03:08-07:00",
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 150,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": {
"show": false,
"type": "user"
},
"api_name": "Your_Nameaa",
"unique": {},
"history_tracking": null,
"data_type": "text",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Your Namea",
"tooltip": {
"name": "Static Text",
"value": "Enter your name"
},
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Your Namea",
"display_type": -1,
"ui_type": 25,
"modified_time": "2024-03-28T04:02:13-07:00",
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000002475012",
"custom_field": true,
"lookup": {},
"created_time": "2024-03-28T04:02:13-07:00",
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 100,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Your_Namea",
"unique": {},
"history_tracking": null,
"data_type": "email",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": false,
"json_type": "boolean",
"crypt": null,
"field_label": "Locked",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": true,
"display_label": "Locked",
"display_type": -1,
"ui_type": 301,
"modified_time": null,
"read_only": true,
"association_details": null,
"businesscard_supported": false,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000375054",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_only",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_only",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_only",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_only",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 5,
"view_type": {
"view": false,
"edit": false,
"quick_create": false,
"create": false
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Locked__s",
"unique": {},
"history_tracking": null,
"data_type": "boolean",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Unsubscribed Mode",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": true,
"display_label": "Unsubscribed Mode",
"display_type": -1,
"ui_type": 2,
"modified_time": null,
"read_only": true,
"association_details": null,
"businesscard_supported": false,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000283001",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_only",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_only",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_only",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_only",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 120,
"view_type": {
"view": true,
"edit": false,
"quick_create": false,
"create": false
},
"display_field": false,
"pick_list_values_sorted_lexically": true,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Unsubscribed_Mode",
"unique": {},
"history_tracking": null,
"data_type": "picklist",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"blueprint_supported": false,
"multiselectlookup": {},
"pick_list_values": [
{
"display_value": "Consent form",
"reference_value": "Consent form",
"actual_value": "Consent form",
"id": "5725767000000283016",
"type": "used"
},
{
"display_value": "Manual",
"reference_value": "Manual",
"actual_value": "Manual",
"id": "5725767000000283020",
"type": "used"
},
{
"display_value": "Unsubscribe link",
"reference_value": "Unsubscribe link",
"actual_value": "Unsubscribe link",
"id": "5725767000000283014",
"type": "used"
},
{
"display_value": "Zoho campaigns",
"reference_value": "Zoho campaigns",
"actual_value": "Zoho campaigns",
"id": "5725767000000283018",
"type": "used"
}
],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Change Log Time",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": true,
"display_label": "Change Log Time",
"display_type": -1,
"ui_type": 333,
"modified_time": null,
"read_only": true,
"association_details": null,
"businesscard_supported": false,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000317011",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": false,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_only",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_only",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_only",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_only",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 120,
"view_type": {
"view": false,
"edit": false,
"quick_create": false,
"create": false
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": false,
"subform": null,
"external": null,
"api_name": "Change_Log_Time__s",
"unique": {},
"history_tracking": null,
"data_type": "datetime",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": false,
"json_type": "string",
"crypt": null,
"field_label": "Last Enriched Time",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": true,
"display_label": "Last Enriched Time",
"display_type": -1,
"ui_type": 333,
"modified_time": null,
"read_only": true,
"association_details": null,
"businesscard_supported": false,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000380009",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_only",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_only",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_only",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_only",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 120,
"view_type": {
"view": false,
"edit": false,
"quick_create": false,
"create": false
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": false,
"subform": null,
"external": null,
"api_name": "Last_Enriched_Time__s",
"unique": {},
"history_tracking": null,
"data_type": "datetime",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": false,
"json_type": "string",
"crypt": null,
"field_label": "Enrich Status",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": true,
"display_label": "Enrich Status",
"display_type": -1,
"ui_type": 2,
"modified_time": null,
"read_only": true,
"association_details": null,
"businesscard_supported": false,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000380012",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_only",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_only",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_only",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_only",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 120,
"view_type": {
"view": false,
"edit": false,
"quick_create": false,
"create": false
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": false,
"subform": null,
"external": null,
"api_name": "Enrich_Status__s",
"unique": {},
"history_tracking": null,
"data_type": "picklist",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"blueprint_supported": false,
"multiselectlookup": {},
"pick_list_values": [
{
"display_value": "Available",
"reference_value": "Available",
"actual_value": "Available",
"id": "5725767000000380039",
"type": "used"
},
{
"display_value": "Enriched",
"reference_value": "Enriched",
"actual_value": "Enriched",
"id": "5725767000000380041",
"type": "used"
},
{
"display_value": "Data not found",
"reference_value": "Data not found",
"actual_value": "Data not found",
"id": "5725767000000380043",
"type": "used"
}
],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": false,
"json_type": "string",
"crypt": null,
"field_label": "Data Source",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Data Source",
"display_type": -1,
"ui_type": 2,
"modified_time": null,
"read_only": true,
"association_details": null,
"businesscard_supported": false,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000001708003",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 120,
"view_type": {
"view": true,
"edit": false,
"quick_create": false,
"create": false
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Data_Source",
"unique": {},
"history_tracking": null,
"data_type": "picklist",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"blueprint_supported": false,
"multiselectlookup": {},
"pick_list_values": [
{
"display_value": "Manual",
"reference_value": "Manual",
"actual_value": "Manual",
"id": "5725767000001708009",
"type": "used"
},
{
"display_value": "API",
"reference_value": "API",
"actual_value": "API",
"id": "5725767000001708011",
"type": "used"
},
{
"display_value": "Manual (Mobile)",
"reference_value": "Manual (Mobile)",
"actual_value": "Manual (Mobile)",
"id": "5725767000001708013",
"type": "used"
},
{
"display_value": "Webform",
"reference_value": "Webform",
"actual_value": "Webform",
"id": "5725767000001708015",
"type": "used"
},
{
"display_value": "Microsoft Outlook",
"reference_value": "Microsoft Outlook",
"actual_value": "Microsoft Outlook",
"id": "5725767000001708017",
"type": "used"
},
{
"display_value": "Social",
"reference_value": "Social",
"actual_value": "Social",
"id": "5725767000001708019",
"type": "used"
},
{
"display_value": "Workflow",
"reference_value": "Workflow",
"actual_value": "Workflow",
"id": "5725767000001708021",
"type": "used"
},
{
"display_value": "Import",
"reference_value": "Import",
"actual_value": "Import",
"id": "5725767000001708023",
"type": "used"
},
{
"display_value": "Bulk API",
"reference_value": "Bulk API",
"actual_value": "Bulk Write",
"id": "5725767000001708025",
"type": "used"
},
{
"display_value": "Migration",
"reference_value": "Migration",
"actual_value": "Migration",
"id": "5725767000001708027",
"type": "used"
},
{
"display_value": "System Generated",
"reference_value": "System Generated",
"actual_value": "System Generated",
"id": "5725767000001708029",
"type": "used"
},
{
"display_value": "Google Calendar Sync",
"reference_value": "Google Calendar Sync",
"actual_value": "Google",
"id": "5725767000001708031",
"type": "used"
},
{
"display_value": "Office 365",
"reference_value": "Office 365",
"actual_value": "Microsoft",
"id": "5725767000001708033",
"type": "used"
},
{
"display_value": "Phonebridge API",
"reference_value": "Phonebridge API",
"actual_value": "Phonebridge API",
"id": "5725767000001708035",
"type": "used"
},
{
"display_value": "Zoho Docs",
"reference_value": "Zoho Docs",
"actual_value": "Zoho Docs",
"id": "5725767000001708037",
"type": "used"
},
{
"display_value": "Manual Mass Add",
"reference_value": "Manual Mass Add",
"actual_value": "Manual Mass Add",
"id": "5725767000001708039",
"type": "used"
},
{
"display_value": "Sandbox",
"reference_value": "Sandbox",
"actual_value": "Sandbox",
"id": "5725767000001708041",
"type": "used"
},
{
"display_value": "Mail Parser",
"reference_value": "Mail Parser",
"actual_value": "Mail Parser",
"id": "5725767000001708043",
"type": "used"
},
{
"display_value": "SalesInbox",
"reference_value": "SalesInbox",
"actual_value": "SalesInbox",
"id": "5725767000001708045",
"type": "used"
},
{
"display_value": "Email Workflow",
"reference_value": "Email Workflow",
"actual_value": "Email workflow",
"id": "5725767000001708047",
"type": "used"
},
{
"display_value": "BCC Dropbox",
"reference_value": "BCC Dropbox",
"actual_value": "BCC Dropbox",
"id": "5725767000001708049",
"type": "used"
},
{
"display_value": "Zoho Finance Suite",
"reference_value": "Zoho Finance Suite",
"actual_value": "Zoho Finance Suite",
"id": "5725767000001708051",
"type": "used"
},
{
"display_value": "Zoho Desk",
"reference_value": "Zoho Desk",
"actual_value": "Zoho Desk",
"id": "5725767000001708053",
"type": "used"
},
{
"display_value": "Zoho Survey",
"reference_value": "Zoho Survey",
"actual_value": "Zoho Survey",
"id": "5725767000001708055",
"type": "used"
},
{
"display_value": "Google Ads",
"reference_value": "Google Ads",
"actual_value": "Google Adwords",
"id": "5725767000001708057",
"type": "used"
},
{
"display_value": "Zoho SalesIQ",
"reference_value": "Zoho SalesIQ",
"actual_value": "SalesIQ",
"id": "5725767000001708059",
"type": "used"
},
{
"display_value": "Zoho Mail",
"reference_value": "Zoho Mail",
"actual_value": "Zoho Mail",
"id": "5725767000001708061",
"type": "used"
},
{
"display_value": "Zoho Forms",
"reference_value": "Zoho Forms",
"actual_value": "Zoho Forms",
"id": "5725767000001708063",
"type": "used"
},
{
"display_value": "Custom Function",
"reference_value": "Custom Function",
"actual_value": "Custom Function",
"id": "5725767000001708065",
"type": "used"
},
{
"display_value": "Zoho Recruit",
"reference_value": "Zoho Recruit",
"actual_value": "Zoho Recruit",
"id": "5725767000001708067",
"type": "used"
},
{
"display_value": "Zoho Sheet View",
"reference_value": "Zoho Sheet View",
"actual_value": "Zoho Sheet View",
"id": "5725767000001708069",
"type": "used"
},
{
"display_value": "Sample Data",
"reference_value": "Sample Data",
"actual_value": "Sample Data",
"id": "5725767000001708071",
"type": "used"
},
{
"display_value": "Conversational AI ( Zia Voice )",
"reference_value": "Conversational AI ( Zia Voice )",
"actual_value": "Zia Voice",
"id": "5725767000001708073",
"type": "used"
},
{
"display_value": "Prediction",
"reference_value": "Prediction",
"actual_value": "Prediction",
"id": "5725767000001708075",
"type": "used"
},
{
"display_value": "Zoho Campaigns",
"reference_value": "Zoho Campaigns",
"actual_value": "Zoho Campaign",
"id": "5725767000001708077",
"type": "used"
},
{
"display_value": "Zoho Webinar",
"reference_value": "Zoho Webinar",
"actual_value": "Zoho Webinar",
"id": "5725767000001708079",
"type": "used"
},
{
"display_value": "Zoho Backstage",
"reference_value": "Zoho Backstage",
"actual_value": "Zoho Backstage",
"id": "5725767000001708081",
"type": "used"
},
{
"display_value": "Blueprint",
"reference_value": "Blueprint",
"actual_value": "Blueprint",
"id": "5725767000001708083",
"type": "used"
},
{
"display_value": "Approval process",
"reference_value": "Approval process",
"actual_value": "ApprovalProcess",
"id": "5725767000001708085",
"type": "used"
},
{
"display_value": "Macro",
"reference_value": "Macro",
"actual_value": "Macro",
"id": "5725767000001708087",
"type": "used"
},
{
"display_value": "Mass Transfer",
"reference_value": "Mass Transfer",
"actual_value": "Mass Transfer",
"id": "5725767000001708089",
"type": "used"
},
{
"display_value": "Change Owner",
"reference_value": "Change Owner",
"actual_value": "Change Owner",
"id": "5725767000001708091",
"type": "used"
},
{
"display_value": "Mass Update",
"reference_value": "Mass Update",
"actual_value": "Mass Update",
"id": "5725767000001708093",
"type": "used"
},
{
"display_value": "Deduplication",
"reference_value": "Deduplication",
"actual_value": "DeDuplicate",
"id": "5725767000001708095",
"type": "used"
},
{
"display_value": "Manual-Merge",
"reference_value": "Manual-Merge",
"actual_value": "Find And Merge",
"id": "5725767000001708097",
"type": "used"
},
{
"display_value": "Bigin",
"reference_value": "Bigin",
"actual_value": "Bigin",
"id": "5725767000001708099",
"type": "used"
},
{
"display_value": "Zoho CRM",
"reference_value": "Zoho CRM",
"actual_value": "Zoho CRM",
"id": "5725767000001708101",
"type": "used"
},
{
"display_value": "Mailchimp",
"reference_value": "Mailchimp",
"actual_value": "Mailchimp",
"id": "5725767000001708103",
"type": "used"
},
{
"display_value": "Constant Contact",
"reference_value": "Constant Contact",
"actual_value": "Constant Contact",
"id": "5725767000001708105",
"type": "used"
},
{
"display_value": "EmailIn",
"reference_value": "EmailIn",
"actual_value": "EmailIn",
"id": "5725767000001708107",
"type": "used"
},
{
"display_value": "Process Flow",
"reference_value": "Process Flow",
"actual_value": "Process Flow",
"id": "5725767000001708109",
"type": "used"
}
],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Street",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Street",
"display_type": -1,
"ui_type": 1,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000002635",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": "Mailing_Street",
"Deals": null,
"Accounts": "Billing_Street"
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 250,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Street",
"unique": {},
"history_tracking": null,
"data_type": "text",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": true,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "City",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "City",
"display_type": -1,
"ui_type": 1,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000002637",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": "Mailing_City",
"Deals": null,
"Accounts": "Billing_City"
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 100,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "City",
"unique": {},
"history_tracking": null,
"data_type": "text",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": true,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "State",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "State",
"display_type": -1,
"ui_type": 1,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000002639",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": "Mailing_State",
"Deals": null,
"Accounts": "Billing_State"
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 100,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "State",
"unique": {},
"history_tracking": null,
"data_type": "text",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": true,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Zip Code",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Zip Code",
"display_type": -1,
"ui_type": 1,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000002641",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": "Mailing_Zip",
"Deals": null,
"Accounts": "Billing_Code"
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 30,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Zip_Code",
"unique": {},
"history_tracking": null,
"data_type": "text",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": true,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Country",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Country",
"display_type": -1,
"ui_type": 1,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000002643",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": "Mailing_Country",
"Deals": null,
"Accounts": "Billing_Country"
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 100,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Country",
"unique": {},
"history_tracking": null,
"data_type": "text",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": true,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Description",
"tooltip": null,
"textarea": {
"type": "large"
},
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Description",
"display_type": -1,
"ui_type": 3,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000002645",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": false,
"convert_mapping": {
"Contacts": "Description",
"Deals": "Description",
"Accounts": "Description"
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 32000,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": false,
"subform": null,
"external": null,
"api_name": "Description",
"unique": {},
"history_tracking": null,
"data_type": "textarea",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": false,
"json_type": "string",
"crypt": null,
"field_label": "Lead Image",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Record Image",
"display_type": -1,
"ui_type": 66,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": false,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000152001",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": false,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 255,
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": false,
"subform": null,
"external": null,
"api_name": "Record_Image",
"unique": {},
"history_tracking": null,
"data_type": "profileimage",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Most Recent Visit",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": true,
"display_label": "Last Visited Time",
"display_type": -1,
"ui_type": 786,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000930076",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 120,
"view_type": {
"view": true,
"edit": false,
"quick_create": false,
"create": false
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Last_Visited_Time",
"unique": {},
"history_tracking": null,
"data_type": "datetime",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "First Page Visited",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": true,
"display_label": "First Visited URL",
"display_type": -1,
"ui_type": 21,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000930077",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 3000,
"view_type": {
"view": true,
"edit": false,
"quick_create": false,
"create": false
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "First_Visited_URL",
"unique": {},
"history_tracking": null,
"data_type": "website",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "double",
"crypt": null,
"field_label": "Average Time Spent (Minutes)",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": true,
"display_label": "Average Time Spent (Minutes)",
"display_type": -1,
"ui_type": 38,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000930078",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 16,
"view_type": {
"view": true,
"edit": false,
"quick_create": false,
"create": false
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Average_Time_Spent_Minutes",
"unique": {},
"history_tracking": null,
"data_type": "double",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": 2,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "integer",
"crypt": null,
"field_label": "Number Of Chats",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": true,
"display_label": "Number Of Chats",
"display_type": -1,
"ui_type": 32,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000930079",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 9,
"view_type": {
"view": true,
"edit": false,
"quick_create": false,
"create": false
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Number_Of_Chats",
"unique": {},
"history_tracking": null,
"data_type": "integer",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Referrer",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": true,
"display_label": "Referrer",
"display_type": -1,
"ui_type": 21,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000930080",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 3000,
"view_type": {
"view": true,
"edit": false,
"quick_create": false,
"create": false
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Referrer",
"unique": {},
"history_tracking": null,
"data_type": "website",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "Visitor Score",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": true,
"display_label": "Visitor Score",
"display_type": -1,
"ui_type": 52,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000930081",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 19,
"view_type": {
"view": true,
"edit": false,
"quick_create": false,
"create": false
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Visitor_Score",
"unique": {},
"history_tracking": null,
"data_type": "bigint",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "string",
"crypt": null,
"field_label": "First Visit",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": true,
"display_label": "First Visited Time",
"display_type": -1,
"ui_type": 786,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000930082",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 120,
"view_type": {
"view": true,
"edit": false,
"quick_create": false,
"create": false
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "First_Visited_Time",
"unique": {},
"history_tracking": null,
"data_type": "datetime",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": true,
"json_type": "integer",
"crypt": null,
"field_label": "Days Visited",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": true,
"display_label": "Days Visited",
"display_type": -1,
"ui_type": 32,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": true,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000000930083",
"custom_field": false,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": true,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"length": 9,
"view_type": {
"view": true,
"edit": false,
"quick_create": false,
"create": false
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": true,
"subform": null,
"external": null,
"api_name": "Days_Visited",
"unique": {},
"history_tracking": null,
"data_type": "integer",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": false,
"json_type": "jsonarray",
"crypt": null,
"field_label": "Project Details",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Project Details",
"display_type": -1,
"ui_type": 500,
"modified_time": "2024-03-12T02:39:14-07:00",
"read_only": false,
"association_details": null,
"businesscard_supported": false,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000002102135",
"custom_field": true,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": false,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": false,
"subform": {
"module": "Project_Details",
"id": "5725767000002102023"
},
"external": null,
"api_name": "Project_Details",
"unique": {},
"history_tracking": null,
"data_type": "subform",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
},
{
"system_mandatory": false,
"webhook": false,
"json_type": "jsonarray",
"crypt": null,
"field_label": "Project Details 2",
"tooltip": null,
"created_source": "default",
"type": "used",
"field_read_only": false,
"display_label": "Project Details 2",
"display_type": -1,
"ui_type": 500,
"modified_time": null,
"read_only": false,
"association_details": null,
"businesscard_supported": false,
"multi_module_lookup": {},
"currency": {},
"id": "5725767000002123122",
"custom_field": true,
"lookup": {},
"created_time": null,
"hipaa_compliance": null,
"filterable": false,
"convert_mapping": {
"Contacts": null,
"Deals": null,
"Accounts": null
},
"visible": true,
"profiles": [
{
"permission_type": "read_write",
"name": "Administrator",
"id": "5725767000000026011"
},
{
"permission_type": "read_write",
"name": "Standard",
"id": "5725767000000026014"
},
{
"permission_type": "read_write",
"name": "asd",
"id": "5725767000000871001"
},
{
"permission_type": "read_write",
"name": "Test",
"id": "5725767000001085002"
}
],
"view_type": {
"view": true,
"edit": true,
"quick_create": false,
"create": true
},
"display_field": false,
"pick_list_values_sorted_lexically": false,
"sortable": false,
"subform": {
"module": "Project_Details_3",
"id": "5725767000002123010"
},
"external": null,
"api_name": "Project_Details_3",
"unique": {},
"history_tracking": null,
"data_type": "subform",
"formula": {},
"hipaa_compliance_enabled": false,
"decimal_place": null,
"mass_update": false,
"multiselectlookup": {},
"pick_list_values": [],
"auto_number": {}
}
]
}