Fields Meta Data

Purpose

To get the field metadata for the specified module including standard module, custom module, subform module, and linking module in you Zoho CRM account. The fields displayed are from all layouts for the module. The response does not contain layout-specific fields like mandatory fields or picklist values.

Endpoints

  • GET /settings/fields?module={module_API_name}
  • GET /settings/fields/{field_unique_ID}?module={module_API_name}
  • {module_API_name} : API name of the module whose fields metadata you want to retrieve.
  • {field_unique_ID} : The unique ID of the field you want to fetch.

Request Details

Request URL

{api-domain}/crm/{version}/settings/fields

Header

Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52

Scope

ZohoCRM.settings.fields.READ  (or) 
ZohoCRM.settings.fields.ALL  (or) 
ZohoCRM.settings.ALL

Parameters

  • modulestring, mandatory

    This parameter specifies the API name of the module for which you want to retrieve field metadata. Use the GET - Modules Metadata API to retrieve all available module API names.

    Supported modules: Leads, Accounts, Contacts, Deals, Campaigns, Tasks, Cases, Events, Calls, Solutions, Products, Vendors, Price Books, Quotes, Sales Orders, Purchase Orders, Invoices, Custom, Appointments, and Service.

  • typestring, optional

    Represents whether to fetch only unused fields or both used and unused fields in the module. By default, the system fetches all the used fields.

    Possibe values:

    • all : Fetches both used and unused fields in the module.
    • unused : Fetches all the unused fields in the module.
  • includestring, optional

    It specifies whether to include the allowed_permissions JSON object in the response.

    Possible value: 

    allowed_permissions_to_update : It represents the details on details on default permissions enabled for a field. It returns the allowed_permissions JSON object in the response. 

    Note: If this parameter is not included in the request, the allowed_permissions object will be skipped from the response.

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.
  • Fields with Don't Show permissions will still be included in the API response.
  • The "full_name" field contains the concatenated values of the First Name and Last Name fields. 
    This is a read-only field available only in the Leads, Contacts, and Users modules.

Sample Request

Copiedcurl "https://www.zohoapis.com/crm/v8/settings/fields?module=Leads"
-X GET
-H  "Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxxxxxxx9be93.9b8xxxxxxxxxxxxxxxf"

Response JSON 

  • associated_moduleJSON object

    Represents the module of the fields associated with the parent modules.

    • module(string)- Represents the module created for the subform or image upload or file upload fields.
    • id(string)- Represents the unique ID of the module.
  • operation_typeJSON object

    Represents the possible source of data for the field.

    Possible values:

    • web_update(Boolean) : Represents whether the field can be updated through web.
    • api_create(Boolean) : Represents whether the field can be created through api.
    • web_created(Boolean) : Represents whether the field can be created through web.
    • api_update(Boolean) : Represents whether the field can be updated through api.
  • 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. 

    Example:

    "private": {
    "restricted": true,
    "type": "Low",
    "export": true
    }

    • restricted(Boolean) : Represents if normal or sensitive data has restricted access when accessed via API.
    • export(Boolean) : Represents if normal or sensitive data has restricted access when exported.
    • type(string) : Specifies the restriction level based on field configuration in the layout
      • Possible values:Low and High.
  • webhookBoolean

    Represents if the field is supported in webhook.

  • virtual_fieldBoolean

    Virtual fields are reference-only fields that contain metadata but do not hold actual values. It is used for subforms, multi-select lookups, multi-user lookups, and system-generated fields like Full_Name

  • json_typestring

    Represents the JSON type of the field. For example, JSON object, string, etc,.

  • textareaJSON object

    Contains the details of the multiline field.

    • typestring 

      Represents the type of multiline field.
      Possible values : 

      • small supports up to 2000 characters.
      • large supports up to 32000 characters.
      • rich_text supports up to 50000 characters.
  • cryptJSON object

    Represents the status of the encryption. 

    Example: 

    "crypt": {
    "mode": "encryption",
    "status": 1
    }
    The possible values for the "mode" key are: encryption and 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 from which the field was created. This key helps identify whether the field was created by default, through an extension, or via an integration.

    Possible values: 

    • default: Represents that the field was created by default within the Zoho CRM system.
    • extension: Represents that the field was created through an extension.
    • integration: Represents that the field was created via an integration with another system or application.
  • display_labelstring

    Represents the display name of the field as it appears in the user interface. This label is not translated to the user's preferred language and remains consistent regardless of the user's language settings.

    Example: "Lead Owner", "Phone", "Email". The value "Phone", meaning the field will be displayed with the label "Phone" in the user interface. This label remains the same regardless of the user's language preferences.
    For Events, all display labels are renamed to Meetings.

  • field_labelstring

    The display name of the field in the user's preferred language. This label is translated according to the user's language settings i.e., if the user's language preference is set to a different language, the label will be translated accordingly.

    For Events, all display labels are renamed to Meetings.

  • field_read_onlyBoolean

    Represents whether the field is always read-only. This means that the field cannot be edited under any circumstances.
    Possible values :

    • true: The field is always read-only and cannot be edited.
    • false:  The field is not always read-only and can be edited under certain conditions.
  • allowed_permissions_to_updateJSON Object
    • Represents the default permissions for the field, indicating whether the user can read, edit, or if the field is hidden.
      • read-only (Boolean) : "true" means the user can only view the field.
      • read-write (Boolean) : "true" means the user can edit the field.
      • hidden (Boolean) : "true" means the field is hidden from the user.
         
  • 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_fieldBoolean

    Represents the display label of the current field. For instance, Last Name.

  • quick_sequence_numberinteger

    Represents the position of the field in the CRM module's layout.

    Example: "quick_sequence_number" : 5, shows the field appears in the fifth position in the CRM module's layout. This helps determine the order of fields as they are displayed to the user.

  • 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.
  • sharing_propertiesJSON object

     Represents the access permissions related to a lookup field. It indicates whether the user has access to the records that the field looks up to.

  • 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.
  • lookupJSON object

    Represents the details of the lookup that the field is related to. For example, for the "Parent_Id" field in the inventory line item subform "Quoted_Items", the lookup key contains the API name and ID of the module that the field is related to.
    In inventory line item subforms, for fields where the user selects a record from a list such as the Product name, the "lookup" key contains a JSON array "show_fields". This indicates the field that is displayed when a record is selected for that lookup. For example, for the "Product_Name" lookup, the users select a product. So, the show_fields key contains the fields that are displayed while you select the product.

  • 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.

  • profilesJSON array

    Represents the different profiles that have access to the field and the type of access permission each profile has. This key helps in understanding which user profiles can view or edit the field.

    • permission_type (string): Represents the type of permission the profile has for the field.
      • Possible values :
        • read_write: Users with this profile can view and edit the field.
        • read_only: Users with this profile can only view the field and cannot edit it.
    • name (string): Represents the name of the profile.
    • id (string): Represents the unique ID of the profile.
       

      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.
    Possible values :

    • -1: The field is a normal field.
    • 2: The field is "select only," meaning users can only select from predefined options and cannot enter custom values.
  • enable_colour_codeBoolean

    Represents whether you can use color coding for that field.

  • history_tracking_enabledBoolean

    Represents whether history tracking feature is enabled for the picklist field.

    Possible values:

    • false (default) : History tracking for the picklist is not enabled.
    • true : History tracking for the picklist is enabled.
  • history_trackingJSON object 

    Contains the configuration details for tracking the history of the picklist field.

    • related_list_namestring

      The picklist field's history can be viewed as a related list in the record detail view. The related_list_name key represents the name of the related list.

    • moduleJSON object

      A separate module will be created for a picklist field you select to track history. The module key contains the created module's API name and its unique ID.

    • duration_configurationstring

      Specify the unit of time (e.g., days or time) for tracking history.

      Possible values:

      • days (default) - History is tracked by days.
      • time - History is tracked by time.
    • duration_configured_fieldJSON object

      Contains the API name and ID of the field (days or time) you configured in the duration_configuration.

    • followed_fieldsJSON array

      The followed_fields array allows you to track changes to additional fields to track along with the main picklist field for comprehensive change tracking of related fields. Each JSON object in the followed_fields key represents the API name and its unique ID of the followed fields you have selected during history tracking configuration.

      For instance, if a sales team tracks the Property Status picklist to monitor how long a property stays in each stage, they can add User Assigned to followed_fields to track which user handled the property at each stage.
       

  • 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.
    Possible values : 

    • true : The picklist values are sorted alphabetically.
    • false : The picklist values are not sorted alphabetically and may appear in a custom order.
       
  • subformJSON object

    Represents the details of the line items in the inventory modules.

  • searchableBoolean

    Represents whether the field is supported in a search.

  • 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 decimal places allowed for the field. This key is typically used for fields that store numerical values, such as currency or decimal fields.

  • mass_updateBoolean

    Represents if the field supports mass updates, which can be useful for making changes to multiple records at once.
    Possible values :

    • true: The current field can be mass updated.
    • false: The current field cannot be mass updated.
  • enable_colour_codeBoolean

    Represents if the field can be color-coded.

  • 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 key id represents the unique ID of every picklist option.
    colour_code represents the hex code for the color for that picklist value.
    The response contains both used and unused picklist values.

    The pick_list_values array contains all available options for fields of type Picklist or Multi-Select Picklist.

    • type (String) : Represents whether the picklist option is used or not.
    • id (String) : Represents the unique identifier for each picklist option.
    • colour_code (String) : Represents the hex code representing the color assigned to the picklist value.
  • auto_numberJSON object

    Auto-number fields automatically generate a unique number for each record based on a specified format. This is useful for creating unique identifiers for records, such as invoice numbers or order IDs.

  • rollup_summaryJSON object

    Represents details of a roll up summary field. Roll up summary fields are used to summarize or aggregate values from a related list.

    • return_type

      Specifies the type of the rollup summary field.

    • expression JSON Object

      Represents the expression used for the rollup summary calculation.

      • function_parameters JSON Array

        Specifies the function parameters used in the expression.

        • api_name

          Specifies the API name of the fields used in expression

      • criteria JSON Object

        Specifies the criteria for rollup summary calculation.

        • group_operator

          Specifies the group operator used in the criteria (e.g., AND, OR).

        • group JSON Array

          Represents the group of criteria for the rollup summary calculation.

          • comparator

            Represents the comparison operator used in the criterion (e.g., not_equal).

          • field JSON Object

            Represents the field details for the criterion.

            • api_name

              Specifies the API name of the field.

            • id

              Specifies the ID of the field.

          • value

            Specifies the value used in the criterion (e.g., ${NOTEMPTY}).

      • function

        Specifies the function used for the rollup summary calculation (e.g., AVERAGE).

    • based_on_module JSON Object

      Specifies the module on which the rollup summary is based.

      • api_name

        Specifies the API name for the module.

      • id

        Specifies the ID of the module.

    • related_list

      Specifies the related list on which the rollup summary is based.

      • api_name

        Specifies the API name for the related list.

      • id

        Specifies the ID of the related list.

    • rollup_based_on string

      Specifies the basis of the rollup summary calculation. It could be module or layout.

  • multiselectlookupJSON object

    Contains the linking details between the current module (the module specified in the URL parameter) and another module.

    • linking_detailsJSON object

      Contains the details of the linking module. 

      When creating a multi-select lookup field, the system creates a separate module commonly for both connected modules to store their common details.

      • moduleJSON object

        Represents the linking module details.

        • plural_labelstring

          Represents the display label of the linking module visible in the UI.

        • api_namestring

          Represents the API name of the linking module.

        • idstring

          Represents the unique ID of the linking module.

      • lookup_fieldJSON object

        Contains the lookup field details of the current module specified in the URL, created in the linking module.

        • api_namestring

          Represents the API name of the current module's lookup field in the linking module.

        • field_labelstring

          Represents the display name of the current module's lookup field in the linking module visible in the UI.

        • idstring

          Represents the current module lookup field's unique ID in the linking module.

      • connected_lookup_fieldJSON object

        Contains the lookup field details of the connected module (the module connected to the current module) created in the linking module.

        • api_namestring

          Represents the API name of the connected module's lookup field in the linking module.

        • field_labelstring

          Represents the display label of the connected module's lookup field in the linking module.

        • idstring

          Represents the unique ID of the connected module's lookup field in the linking module.

    • connected_detailsJSON object

      Specify the linking details between the current module and the connected module.

      • fieldJSON object

        Contains the details of the current module's lookup field in the connected module.

        • api_namestring

          Represents the API name of the current module's lookup field in the connected module.

        • field_labelstring

          Represents the display name of the current module's lookup field in the connected module.

        • idstring

          Represents the unique ID of the current module's lookup field in the connected module.

      • moduleJSON object

        Contains the details of the connected module.

        • plural_labelstring

          Represents the plural label of the connected module.

        • api_namestring

          Represents the API name of the connected module.

        • idstring

          Represents the unique ID of the connected module.

      • layoutsJSON array

        Contains details of the layout in which the current module's lookup field is associated with the connected module.

    • related_listJSON object

      Contains the details of the connected module's lookup field in the current module.

      • display_labelstring

        Represents the display label of the lookup field in the current module.

      • api_namestring

        Represents the API name of the lookup field in the current module.

      • idstring

        Represents the unique ID of the lookup field in the current module.

  • multiuserlookupJSON object

    Contains the linking details between the current module (specified in the URL) and the Users module.

    • linking_detailsJSON object

      Contains the details of the linking module created for the current module and the Users module.

      Note: When a multi-user lookup field is created, the system automatically generates a linking module to store common details for both modules.

      • moduleJSON object

        Represents the details of the linking module.

        • plural_labelstring

          Represents the plural label of the linking module.

        • api_namestring

          Represents the API name of the linking module.

        • idstring

          Represents the unique ID of the linking module.

      • lookup_fieldJSON object

        Contains details of the lookup field created for the current module in the linking module.

        • api_namestring

          Represents the API name of the current module's lookup field in the linking module.

        • field_labelstring

          Represents the field label of the current module's lookup field in the linking module.

        • idstring

          Represents the unique ID of the current module's lookup field in the linking module.

      • connected_lookup_fieldJSON object

        Contains details of the lookup field created for the Users module in the linking module.

        • api_namestring

          Represents the API name of the Users module's lookup field in the linking module.

        • field_labelstring

          Represents the field label of the Users module's lookup field in the linking module.

        • idstring

          Represents the unique ID of the Users module's lookup field in the linking module.

Sample Response

Copied{
    "fields": [
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Lead Owner",
            "tooltip": null,
            "type": "used",
            "field_read_only": true,
            "customizable_properties": [
                "field_of_lookup"
            ],
            "display_label": "Lead Owner",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000002589",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Owner",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "jsonobject",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 8,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 120,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "ownerlookup",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Company",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "unique",
                "removal",
                "private_field",
                "tooltip",
                "hipaa_field",
                "add_to_other_layouts"
            ],
            "display_label": "Company",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000000002591",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": true,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Company",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 1,
            "modified_time": "2025-03-18T06:34:35-07:00",
            "quick_sequence_number": "1",
            "email_parser": {
                "fields_update_supported": true,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": "Account_Name"
            },
            "rollup_summary": {},
            "length": 200,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "text",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": true,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "First Name",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "removal",
                "add_to_other_layouts"
            ],
            "display_label": "First Name",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000000002593",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": false,
                "edit": true,
                "quick_create": true,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "First_Name",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 27,
            "modified_time": null,
            "quick_sequence_number": "2",
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": "First_Name",
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 40,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "text",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Last Name",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": null,
            "display_label": "Last Name",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000000002595",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": false,
                "edit": true,
                "quick_create": true,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Last_Name",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": true,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 127,
            "modified_time": null,
            "quick_sequence_number": "3",
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": "Last_Name",
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 80,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "text",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Title",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "unique",
                "removal",
                "private_field",
                "tooltip",
                "hipaa_field",
                "add_to_other_layouts"
            ],
            "display_label": "Designation",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000002597",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Designation",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 1,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": true,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": "Title",
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 100,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "text",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": true,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Email",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "unique",
                "removal",
                "private_field",
                "tooltip",
                "hipaa_field",
                "add_to_other_layouts"
            ],
            "display_label": "Email",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000002599",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": true,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Email",
            "unique": {
                "case_sensitive": false
            },
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 25,
            "modified_time": "2024-06-30T13:57:21-07:00",
            "quick_sequence_number": "4",
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": "Email",
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 100,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "email",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Phone",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "unique",
                "removal",
                "private_field",
                "tooltip",
                "hipaa_field",
                "add_to_other_layouts"
            ],
            "display_label": "Phone",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000002601",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": true,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Phone",
            "unique": {
                "case_sensitive": false
            },
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 33,
            "modified_time": "2024-03-12T02:28:00-07:00",
            "quick_sequence_number": "5",
            "email_parser": {
                "fields_update_supported": true,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": "Phone",
                "Deals": null,
                "Accounts": "Phone"
            },
            "rollup_summary": {},
            "length": 30,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "phone",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Fax",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "removal",
                "private_field",
                "tooltip",
                "hipaa_field",
                "add_to_other_layouts"
            ],
            "display_label": "Fax",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000002603",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Fax",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 35,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": true,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": "Fax",
                "Deals": null,
                "Accounts": "Fax"
            },
            "rollup_summary": {},
            "length": 30,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "text",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": true,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Mobile",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "unique",
                "removal",
                "private_field",
                "tooltip",
                "hipaa_field",
                "add_to_other_layouts"
            ],
            "display_label": "Mobile",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000002605",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Mobile",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 33,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": true,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": "Mobile",
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 30,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "phone",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": true,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Website",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "unique",
                "removal",
                "private_field",
                "tooltip",
                "hipaa_field",
                "add_to_other_layouts"
            ],
            "display_label": "Website",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000002607",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Website",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 21,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": true,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": "Website"
            },
            "rollup_summary": {},
            "length": 255,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "website",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": true,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Lead Source",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "removal",
                "private_field",
                "tooltip",
                "hipaa_field",
                "history_tracking",
                "display_value_alphabetically",
                "default_value",
                "option_add",
                "add_to_other_layouts",
                "color_code",
                "replace_values"
            ],
            "display_label": "Lead Source",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000002609",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Lead_Source",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [
                {
                    "display_value": "-None-",
                    "sequence_number": 1,
                    "reference_value": "-None-",
                    "colour_code": null,
                    "actual_value": "-None-",
                    "id": "5725767000000003391",
                    "type": "used"
                },
                {
                    "display_value": "Houston",
                    "sequence_number": 2,
                    "reference_value": "Houston Showroom",
                    "colour_code": null,
                    "actual_value": "Houston Showroom",
                    "id": "5725767000004370005",
                    "type": "used"
                },
                {
                    "display_value": "San Francisco Showroom",
                    "sequence_number": 3,
                    "reference_value": "San Francisco Showroom",
                    "colour_code": null,
                    "actual_value": "San Francisco Showroom",
                    "id": "5725767000004370006",
                    "type": "used"
                },
                {
                    "display_value": "Boston Showroom",
                    "sequence_number": 4,
                    "reference_value": "Boston Showroom",
                    "colour_code": null,
                    "actual_value": "Boston Showroom",
                    "id": "5725767000004370007",
                    "type": "used"
                },
                {
                    "display_value": "San Francisco Showroommmmm",
                    "sequence_number": 5,
                    "reference_value": "San Francisco Showroommmmm",
                    "colour_code": null,
                    "actual_value": "San Francisco Showroommmmm",
                    "id": "5725767000004370008",
                    "type": "used"
                },
                {
                    "display_value": "San",
                    "sequence_number": 6,
                    "reference_value": "San",
                    "colour_code": null,
                    "actual_value": "San",
                    "id": "5725767000004370009",
                    "type": "used"
                },
                {
                    "display_value": "Los Angeles Showroom",
                    "sequence_number": 7,
                    "reference_value": "Los Angeles Showroom",
                    "colour_code": null,
                    "actual_value": "Los Angeles Showroom",
                    "id": "5725767000004370004",
                    "type": "unused"
                },
                {
                    "display_value": "New",
                    "sequence_number": 8,
                    "reference_value": "New York Showroom",
                    "colour_code": null,
                    "actual_value": "New York Showroom",
                    "id": "5725767000004370003",
                    "type": "unused"
                }
            ],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 2,
            "modified_time": "2025-03-18T23:20:24-07:00",
            "email_parser": {
                "fields_update_supported": true,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": "Lead_Source",
                "Deals": "Lead_Source",
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 120,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": {
                "api_name": "Showroom_Location",
                "id": "5725767000004230002"
            },
            "history_tracking": null,
            "data_type": "picklist",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": true,
            "blueprint_supported": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Lead Status",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "removal",
                "private_field",
                "tooltip",
                "hipaa_field",
                "history_tracking",
                "display_value_alphabetically",
                "default_value",
                "option_add",
                "add_to_other_layouts",
                "color_code",
                "replace_values"
            ],
            "display_label": "Lead Status",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000002611",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Lead_Status",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [
                {
                    "display_value": "-None-",
                    "sequence_number": 1,
                    "reference_value": "-None-",
                    "colour_code": null,
                    "actual_value": "-None-",
                    "id": "5725767000000003409",
                    "type": "used"
                },
                {
                    "display_value": "Attempted to Contact Oneeeee",
                    "sequence_number": 2,
                    "reference_value": "Attempted to Contact",
                    "colour_code": null,
                    "actual_value": "Attempted to Contact",
                    "id": "5725767000000003405",
                    "type": "used"
                },
                {
                    "display_value": "Contact in Future",
                    "sequence_number": 3,
                    "reference_value": "Contact in Future",
                    "colour_code": null,
                    "actual_value": "Contact in Future",
                    "id": "5725767000000003401",
                    "type": "used"
                },
                {
                    "display_value": "Contacted",
                    "sequence_number": 4,
                    "reference_value": "Contacted",
                    "colour_code": null,
                    "actual_value": "Contacted",
                    "id": "5725767000000003399",
                    "type": "used"
                },
                {
                    "display_value": "Junk Lead",
                    "sequence_number": 5,
                    "reference_value": "Junk Lead",
                    "colour_code": null,
                    "actual_value": "Junk Lead",
                    "id": "5725767000000003411",
                    "type": "used"
                },
                {
                    "display_value": "Lost Lead",
                    "sequence_number": 6,
                    "reference_value": "Lost Lead",
                    "colour_code": null,
                    "actual_value": "Lost Lead",
                    "id": "5725767000000003407",
                    "type": "used"
                },
                {
                    "display_value": "Not Contacted",
                    "sequence_number": 7,
                    "reference_value": "Not Contacted",
                    "colour_code": null,
                    "actual_value": "Not Contacted",
                    "id": "5725767000000003403",
                    "type": "used"
                },
                {
                    "display_value": "Pre-Qualified",
                    "sequence_number": 8,
                    "reference_value": "Pre-Qualified",
                    "colour_code": null,
                    "actual_value": "Pre-Qualified",
                    "id": "5725767000000299017",
                    "type": "used"
                },
                {
                    "display_value": "Not Qualified",
                    "sequence_number": 9,
                    "reference_value": "Not Qualified",
                    "colour_code": null,
                    "actual_value": "Not Qualified",
                    "id": "5725767000000149001",
                    "type": "used"
                },
                {
                    "display_value": "Lead Source",
                    "sequence_number": 10,
                    "reference_value": "Lead Source",
                    "colour_code": null,
                    "actual_value": "Lead Source",
                    "id": "5725767000000667013",
                    "type": "used"
                },
                {
                    "display_value": "Lead income",
                    "sequence_number": 11,
                    "reference_value": "Lead income",
                    "colour_code": null,
                    "actual_value": "Lead income",
                    "id": "5725767000000667015",
                    "type": "used"
                },
                {
                    "display_value": "New Lead",
                    "sequence_number": 12,
                    "reference_value": "New Lead",
                    "colour_code": null,
                    "actual_value": "New Lead",
                    "id": "5725767000000678099",
                    "type": "used"
                },
                {
                    "display_value": "Qualified",
                    "sequence_number": 13,
                    "reference_value": "Qualified",
                    "colour_code": null,
                    "actual_value": "Qualified",
                    "id": "5725767000000678109",
                    "type": "used"
                }
            ],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 2,
            "modified_time": "2025-03-19T04:40:10-07:00",
            "email_parser": {
                "fields_update_supported": true,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 120,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "picklist",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": true,
            "blueprint_supported": true,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Industry",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "removal",
                "private_field",
                "tooltip",
                "hipaa_field",
                "history_tracking",
                "display_value_alphabetically",
                "default_value",
                "option_add",
                "add_to_other_layouts",
                "color_code",
                "replace_values"
            ],
            "display_label": "Industry",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000002613",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Industry",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [
                {
                    "display_value": "-None-",
                    "sequence_number": 1,
                    "reference_value": "-None-",
                    "colour_code": null,
                    "actual_value": "-None-",
                    "id": "5725767000000003431",
                    "type": "used"
                },
                {
                    "display_value": "ASP (Application Service Provider)",
                    "sequence_number": 2,
                    "reference_value": "ASP (Application Service Provider)",
                    "colour_code": null,
                    "actual_value": "ASP (Application Service Provider)",
                    "id": "5725767000000299019",
                    "type": "used"
                },
                {
                    "display_value": "Data/Telecom OEM",
                    "sequence_number": 3,
                    "reference_value": "Data/Telecom OEM",
                    "colour_code": null,
                    "actual_value": "Data/Telecom OEM",
                    "id": "5725767000000003415",
                    "type": "used"
                },
                {
                    "display_value": "ERP (Enterprise Resource Planning)",
                    "sequence_number": 4,
                    "reference_value": "ERP (Enterprise Resource Planning)",
                    "colour_code": null,
                    "actual_value": "ERP (Enterprise Resource Planning)",
                    "id": "5725767000000299021",
                    "type": "used"
                },
                {
                    "display_value": "Government/Military",
                    "sequence_number": 5,
                    "reference_value": "Government/Military",
                    "colour_code": null,
                    "actual_value": "Government/Military",
                    "id": "5725767000000003429",
                    "type": "used"
                },
                {
                    "display_value": "Large Enterprise",
                    "sequence_number": 6,
                    "reference_value": "Large Enterprise",
                    "colour_code": null,
                    "actual_value": "Large Enterprise",
                    "id": "5725767000000003421",
                    "type": "used"
                },
                {
                    "display_value": "ManagementISV",
                    "sequence_number": 7,
                    "reference_value": "ManagementISV",
                    "colour_code": null,
                    "actual_value": "ManagementISV",
                    "id": "5725767000000003417",
                    "type": "used"
                },
                {
                    "display_value": "MSP (Management Service Provider)",
                    "sequence_number": 8,
                    "reference_value": "MSP (Management Service Provider)",
                    "colour_code": null,
                    "actual_value": "MSP (Management Service Provider)",
                    "id": "5725767000000003435",
                    "type": "used"
                },
                {
                    "display_value": "Network Equipment Enterprise",
                    "sequence_number": 9,
                    "reference_value": "Network Equipment Enterprise",
                    "colour_code": null,
                    "actual_value": "Network Equipment (Enterprise)",
                    "id": "5725767000000003427",
                    "type": "used"
                },
                {
                    "display_value": "Non-management ISV",
                    "sequence_number": 10,
                    "reference_value": "Non-management ISV",
                    "colour_code": null,
                    "actual_value": "Non-management ISV",
                    "id": "5725767000000003433",
                    "type": "used"
                },
                {
                    "display_value": "Optical Networking",
                    "sequence_number": 11,
                    "reference_value": "Optical Networking",
                    "colour_code": null,
                    "actual_value": "Optical Networking",
                    "id": "5725767000000003445",
                    "type": "used"
                },
                {
                    "display_value": "Service Provider",
                    "sequence_number": 12,
                    "reference_value": "Service Provider",
                    "colour_code": null,
                    "actual_value": "Service Provider",
                    "id": "5725767000000003419",
                    "type": "used"
                },
                {
                    "display_value": "Small/Medium Enterprise",
                    "sequence_number": 13,
                    "reference_value": "Small/Medium Enterprise",
                    "colour_code": null,
                    "actual_value": "Small/Medium Enterprise",
                    "id": "5725767000000003425",
                    "type": "used"
                },
                {
                    "display_value": "Storage Equipment",
                    "sequence_number": 14,
                    "reference_value": "Storage Equipment",
                    "colour_code": null,
                    "actual_value": "Storage Equipment",
                    "id": "5725767000000003437",
                    "type": "used"
                },
                {
                    "display_value": "Storage Service Provider",
                    "sequence_number": 15,
                    "reference_value": "Storage Service Provider",
                    "colour_code": null,
                    "actual_value": "Storage Service Provider",
                    "id": "5725767000000003443",
                    "type": "used"
                },
                {
                    "display_value": "Systems Integrator",
                    "sequence_number": 16,
                    "reference_value": "Systems Integrator",
                    "colour_code": null,
                    "actual_value": "Systems Integrator",
                    "id": "5725767000000003413",
                    "type": "used"
                },
                {
                    "display_value": "Wireless Industry",
                    "sequence_number": 17,
                    "reference_value": "Wireless Industry",
                    "colour_code": null,
                    "actual_value": "Wireless Industry",
                    "id": "5725767000000003423",
                    "type": "used"
                },
                {
                    "display_value": "ERP",
                    "sequence_number": 18,
                    "reference_value": "ERP",
                    "colour_code": null,
                    "actual_value": "ERP",
                    "id": "5725767000000420476",
                    "type": "used"
                },
                {
                    "display_value": "Management ISV",
                    "sequence_number": 19,
                    "reference_value": "Management ISV",
                    "colour_code": null,
                    "actual_value": "Management ISV",
                    "id": "5725767000000420478",
                    "type": "used"
                }
            ],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 2,
            "modified_time": "2023-04-12T02:09:44-07:00",
            "email_parser": {
                "fields_update_supported": true,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": "Industry"
            },
            "rollup_summary": {},
            "length": 120,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "picklist",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": true,
            "blueprint_supported": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "No. of Employees",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "unique",
                "removal",
                "private_field",
                "tooltip",
                "hipaa_field",
                "add_to_other_layouts",
                "number_separator"
            ],
            "display_label": "No of Employees",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000002615",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "No_of_Employees",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "integer",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 32,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": true,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": "Employees"
            },
            "rollup_summary": {},
            "length": 9,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "integer",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": true,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Annual Revenue",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "max_length_digits",
                "removal",
                "private_field",
                "tooltip",
                "hipaa_field",
                "add_to_other_layouts",
                "rounding_type",
                "maximum_decimal"
            ],
            "display_label": "Annual Revenue",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000002617",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Annual_Revenue",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "double",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 36,
            "modified_time": "2025-03-18T06:50:43-07:00",
            "email_parser": {
                "fields_update_supported": true,
                "record_operations_supported": true
            },
            "currency": {
                "rounding_option": "normal",
                "precision": 2
            },
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": "Annual_Revenue"
            },
            "rollup_summary": {},
            "length": 16,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "currency",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": 2,
            "mass_update": true,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Rating",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "removal",
                "private_field",
                "tooltip",
                "hipaa_field",
                "history_tracking",
                "display_value_alphabetically",
                "default_value",
                "option_add",
                "add_to_other_layouts",
                "color_code",
                "replace_values"
            ],
            "display_label": "Rating",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000002619",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Rating",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [
                {
                    "display_value": "-None-",
                    "sequence_number": 1,
                    "reference_value": "-None-",
                    "colour_code": null,
                    "actual_value": "-None-",
                    "id": "5725767000000003219",
                    "type": "used"
                },
                {
                    "display_value": "Acquired",
                    "sequence_number": 2,
                    "reference_value": "Acquired",
                    "colour_code": null,
                    "actual_value": "Acquired",
                    "id": "5725767000000003221",
                    "type": "used"
                },
                {
                    "display_value": "Active",
                    "sequence_number": 3,
                    "reference_value": "Active",
                    "colour_code": null,
                    "actual_value": "Active",
                    "id": "5725767000000003223",
                    "type": "used"
                },
                {
                    "display_value": "Market Failed",
                    "sequence_number": 4,
                    "reference_value": "Market Failed",
                    "colour_code": null,
                    "actual_value": "Market Failed",
                    "id": "5725767000000003225",
                    "type": "used"
                },
                {
                    "display_value": "Project Cancelled",
                    "sequence_number": 5,
                    "reference_value": "Project Cancelled",
                    "colour_code": null,
                    "actual_value": "Project Cancelled",
                    "id": "5725767000000003227",
                    "type": "used"
                },
                {
                    "display_value": "Shut Down",
                    "sequence_number": 6,
                    "reference_value": "Shut Down",
                    "colour_code": null,
                    "actual_value": "ShutDown",
                    "id": "5725767000000003229",
                    "type": "used"
                }
            ],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 2,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": true,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": "Rating"
            },
            "rollup_summary": {},
            "length": 120,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "picklist",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": true,
            "blueprint_supported": true,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": false,
                "api_create": false,
                "web_create": false,
                "api_update": false
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Created By",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "removal",
                "add_to_other_layouts"
            ],
            "display_label": "Created By",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000002623",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Created_By",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "jsonobject",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 20,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 120,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "ownerlookup",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": false,
                "api_create": false,
                "web_create": false,
                "api_update": false
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Modified By",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "removal",
                "add_to_other_layouts"
            ],
            "display_label": "Modified By",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000002625",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Modified_By",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "jsonobject",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 20,
            "modified_time": "2025-03-18T06:26:02-07:00",
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 120,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "ownerlookup",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": false,
                "api_create": false,
                "web_create": false,
                "api_update": false
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Created Time",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": null,
            "display_label": "Created Time",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000000002627",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Created_Time",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 200,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 120,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "datetime",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": false,
                "api_create": false,
                "web_create": false,
                "api_update": false
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Modified Time",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": null,
            "display_label": "Modified Time",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000000002629",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Modified_Time",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 200,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 120,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "datetime",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": false,
            "operation_type": {
                "web_update": false,
                "api_create": false,
                "web_create": false,
                "api_update": false
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Full Name",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": null,
            "display_label": "Full Name",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000000002631",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Full_Name",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 1,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": true,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 120,
            "display_field": true,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "text",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Street",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "unique",
                "removal",
                "private_field",
                "tooltip",
                "hipaa_field",
                "add_to_other_layouts"
            ],
            "display_label": "Street",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000002635",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Street",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 1,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": true,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": "Mailing_Street",
                "Deals": null,
                "Accounts": "Billing_Street"
            },
            "rollup_summary": {},
            "length": 250,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "text",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": true,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "City",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "unique",
                "removal",
                "private_field",
                "tooltip",
                "hipaa_field",
                "add_to_other_layouts"
            ],
            "display_label": "City",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000002637",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "City",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 1,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": true,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": "Mailing_City",
                "Deals": null,
                "Accounts": "Billing_City"
            },
            "rollup_summary": {},
            "length": 100,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "text",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": true,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "State",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "unique",
                "removal",
                "private_field",
                "tooltip",
                "hipaa_field",
                "add_to_other_layouts"
            ],
            "display_label": "State",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000002639",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "State",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 1,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": true,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": "Mailing_State",
                "Deals": null,
                "Accounts": "Billing_State"
            },
            "rollup_summary": {},
            "length": 100,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "text",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": true,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Zip Code",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "unique",
                "removal",
                "private_field",
                "tooltip",
                "hipaa_field",
                "add_to_other_layouts"
            ],
            "display_label": "Zip Code",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000002641",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Zip_Code",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 1,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": true,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": "Mailing_Zip",
                "Deals": null,
                "Accounts": "Billing_Code"
            },
            "rollup_summary": {},
            "length": 30,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "text",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": true,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Country",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "unique",
                "removal",
                "private_field",
                "tooltip",
                "hipaa_field",
                "add_to_other_layouts"
            ],
            "display_label": "Country",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000002643",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Country",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 1,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": true,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": "Mailing_Country",
                "Deals": null,
                "Accounts": "Billing_Country"
            },
            "rollup_summary": {},
            "length": 100,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "text",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": true,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Description",
            "tooltip": null,
            "textarea": {
                "type": "large"
            },
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "removal",
                "private_field",
                "tooltip",
                "hipaa_field",
                "add_to_other_layouts"
            ],
            "display_label": "Description",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000002645",
            "created_time": null,
            "filterable": false,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Description",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 3,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": "Description",
                "Deals": "Description",
                "Accounts": "Description"
            },
            "rollup_summary": {},
            "length": 32000,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": false,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "textarea",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Skype ID",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "unique",
                "removal",
                "private_field",
                "tooltip",
                "hipaa_field",
                "add_to_other_layouts"
            ],
            "display_label": "Skype ID",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000014173",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Skype_ID",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 37,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": "Skype_ID",
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 50,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "text",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": true,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Email Opt Out",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "removal",
                "tooltip",
                "default_value",
                "add_to_other_layouts"
            ],
            "display_label": "Email Opt Out",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000014177",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Email_Opt_Out",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "boolean",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 301,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": true,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 5,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "boolean",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": true,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Salutation",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "removal",
                "hipaa_field",
                "display_value_alphabetically",
                "default_value",
                "option_add",
                "add_to_other_layouts",
                "replace_values"
            ],
            "display_label": "Salutation",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000000022011",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Salutation",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [
                {
                    "display_value": "-None-",
                    "sequence_number": 1,
                    "reference_value": "-None-",
                    "colour_code": null,
                    "actual_value": "-None-",
                    "id": "5725767000000022051",
                    "type": "used"
                },
                {
                    "display_value": "Mr.",
                    "sequence_number": 2,
                    "reference_value": "Mr.",
                    "colour_code": null,
                    "actual_value": "Mr.",
                    "id": "5725767000000022072",
                    "type": "used"
                },
                {
                    "display_value": "Mrs.",
                    "sequence_number": 3,
                    "reference_value": "Mrs.",
                    "colour_code": null,
                    "actual_value": "Mrs.",
                    "id": "5725767000000022088",
                    "type": "used"
                },
                {
                    "display_value": "Ms.",
                    "sequence_number": 4,
                    "reference_value": "Ms.",
                    "colour_code": null,
                    "actual_value": "Ms.",
                    "id": "5725767000000022041",
                    "type": "used"
                },
                {
                    "display_value": "Dr.",
                    "sequence_number": 5,
                    "reference_value": "Dr.",
                    "colour_code": null,
                    "actual_value": "Dr.",
                    "id": "5725767000000022063",
                    "type": "used"
                },
                {
                    "display_value": "Prof.",
                    "sequence_number": 6,
                    "reference_value": "Prof.",
                    "colour_code": null,
                    "actual_value": "Prof.",
                    "id": "5725767000000022038",
                    "type": "used"
                }
            ],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 2,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": true,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 25,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "picklist",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": true,
            "blueprint_supported": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Secondary Email",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "unique",
                "removal",
                "private_field",
                "tooltip",
                "hipaa_field",
                "add_to_other_layouts"
            ],
            "display_label": "Secondary Email",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000044003",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Secondary_Email",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 25,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": "Secondary_Email",
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 100,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "email",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": false,
                "api_create": false,
                "web_create": false,
                "api_update": false
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Last Activity Time",
            "tooltip": null,
            "type": "used",
            "field_read_only": true,
            "customizable_properties": [
                "fixed_position",
                "tooltip"
            ],
            "display_label": "Last Activity Time",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000000052001",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Last_Activity_Time",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 786,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 120,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "datetime",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Twitter",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "unique",
                "removal",
                "private_field",
                "tooltip",
                "hipaa_field",
                "add_to_other_layouts"
            ],
            "display_label": "Twitter",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000053001",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Twitter",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 22,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": "Twitter",
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 50,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "text",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Layout",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": null,
            "display_label": "Layout",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000095031",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Layout",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "jsonobject",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 208,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 50,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": false,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "layout",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": true,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Tag",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "unique",
                "removal",
                "private_field",
                "tooltip",
                "hipaa_field",
                "add_to_other_layouts"
            ],
            "display_label": "Tag",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000000125055",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Tag",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "jsonarray",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 209,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 2000,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": false,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "text",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": false,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Lead Image",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "image_enable",
                "add_to_other_layouts"
            ],
            "display_label": "Record Image",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000000152001",
            "created_time": null,
            "filterable": false,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": false,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Record_Image",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 66,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 255,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": false,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "profileimage",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": false,
            "operation_type": {
                "web_update": false,
                "api_create": false,
                "web_create": false,
                "api_update": false
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Converted Date Time",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": null,
            "display_label": "Converted Date Time",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000000225696",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": false,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Converted_Date_Time",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 333,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": true,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 120,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "datetime",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": false,
                "api_create": false,
                "web_create": false,
                "api_update": false
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Lead Conversion Time",
            "tooltip": null,
            "type": "used",
            "field_read_only": true,
            "customizable_properties": null,
            "display_label": "Lead Conversion Time",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000000280013",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Lead_Conversion_Time",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "integer",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 32,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 9,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "integer",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": false,
                "api_create": false,
                "web_create": false,
                "api_update": false
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Unsubscribed Mode",
            "tooltip": null,
            "type": "used",
            "field_read_only": true,
            "customizable_properties": null,
            "display_label": "Unsubscribed Mode",
            "read_only": true,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000000283001",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Unsubscribed_Mode",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [
                {
                    "display_value": "Consent form",
                    "sequence_number": 4,
                    "reference_value": "Consent form",
                    "colour_code": null,
                    "actual_value": "Consent form",
                    "id": "5725767000000283016",
                    "type": "used"
                },
                {
                    "display_value": "Manual",
                    "sequence_number": 2,
                    "reference_value": "Manual",
                    "colour_code": null,
                    "actual_value": "Manual",
                    "id": "5725767000000283020",
                    "type": "used"
                },
                {
                    "display_value": "Unsubscribe link",
                    "sequence_number": 1,
                    "reference_value": "Unsubscribe link",
                    "colour_code": null,
                    "actual_value": "Unsubscribe link",
                    "id": "5725767000000283014",
                    "type": "used"
                },
                {
                    "display_value": "Zoho campaigns",
                    "sequence_number": 3,
                    "reference_value": "Zoho campaigns",
                    "colour_code": null,
                    "actual_value": "Zoho campaigns",
                    "id": "5725767000000283018",
                    "type": "used"
                }
            ],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 2,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 120,
            "display_field": false,
            "pick_list_values_sorted_lexically": true,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "picklist",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "blueprint_supported": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": false,
                "api_create": false,
                "web_create": false,
                "api_update": false
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Unsubscribed Time",
            "tooltip": null,
            "type": "used",
            "field_read_only": true,
            "customizable_properties": null,
            "display_label": "Unsubscribed Time",
            "read_only": true,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000000283002",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Unsubscribed_Time",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 333,
            "modified_time": "2024-10-24T10:13:01-07:00",
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 120,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "datetime",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": false,
                "api_create": false,
                "web_create": false,
                "api_update": false
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Converted Account",
            "tooltip": null,
            "type": "used",
            "field_read_only": true,
            "customizable_properties": null,
            "display_label": "Converted Account",
            "read_only": true,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000000285001",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Converted_Account",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "jsonobject",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 133,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {
                "display_label": null,
                "revalidate_filter_during_edit": false,
                "api_name": null,
                "module": {
                    "api_name": "Accounts",
                    "crypt": false,
                    "id": "5725767000000002177"
                },
                "id": null,
                "query_details": {}
            },
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 120,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "lookup",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": false,
                "api_create": false,
                "web_create": false,
                "api_update": false
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Converted Contact",
            "tooltip": null,
            "type": "used",
            "field_read_only": true,
            "customizable_properties": null,
            "display_label": "Converted Contact",
            "read_only": true,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000000285003",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Converted_Contact",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "jsonobject",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 133,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {
                "display_label": null,
                "revalidate_filter_during_edit": false,
                "api_name": null,
                "module": {
                    "api_name": "Contacts",
                    "crypt": false,
                    "id": "5725767000000002179"
                },
                "id": null,
                "query_details": {}
            },
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 120,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "lookup",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": false,
                "api_create": false,
                "web_create": false,
                "api_update": false
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Converted Deal",
            "tooltip": null,
            "type": "used",
            "field_read_only": true,
            "customizable_properties": null,
            "display_label": "Converted Deal",
            "read_only": true,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000000285005",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Converted_Deal",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "jsonobject",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 133,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {
                "display_label": null,
                "revalidate_filter_during_edit": false,
                "api_name": null,
                "module": {
                    "api_name": "Deals",
                    "crypt": false,
                    "id": "5725767000000002181"
                },
                "id": null,
                "query_details": {}
            },
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 120,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "lookup",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": false,
            "operation_type": {
                "web_update": true,
                "api_create": false,
                "web_create": false,
                "api_update": false
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Territories",
            "tooltip": null,
            "type": "used",
            "field_read_only": true,
            "customizable_properties": null,
            "display_label": "Territories",
            "read_only": true,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000000295089",
            "created_time": null,
            "filterable": false,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Territories",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "jsonarray",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 999,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 120,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": false,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "territories",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": false,
                "api_create": false,
                "web_create": false,
                "api_update": false
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Record Id",
            "tooltip": null,
            "type": "used",
            "field_read_only": true,
            "customizable_properties": null,
            "display_label": "Record Id",
            "read_only": true,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000000298001",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": false,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "id",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 52,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 18,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "bigint",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": false,
                "api_create": false,
                "web_create": false,
                "api_update": false
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Change Log Time",
            "tooltip": null,
            "type": "used",
            "field_read_only": true,
            "customizable_properties": null,
            "display_label": "Change Log Time",
            "read_only": true,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000000317011",
            "created_time": null,
            "filterable": false,
            "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"
                }
            ],
            "view_type": {
                "view": false,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Change_Log_Time__s",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 333,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 120,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": false,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "datetime",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": false,
            "operation_type": {
                "web_update": false,
                "api_create": false,
                "web_create": false,
                "api_update": false
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Is Converted",
            "tooltip": null,
            "type": "used",
            "field_read_only": true,
            "customizable_properties": null,
            "display_label": "Is Converted",
            "read_only": true,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000000323001",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": false,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Converted__s",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "boolean",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 301,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 5,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "boolean",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": false,
            "operation_type": {
                "web_update": false,
                "api_create": false,
                "web_create": false,
                "api_update": false
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Locked",
            "tooltip": null,
            "type": "used",
            "field_read_only": true,
            "customizable_properties": null,
            "display_label": "Locked",
            "read_only": true,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000000375054",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": false,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Locked__s",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "boolean",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 301,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 5,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "boolean",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": false,
            "operation_type": {
                "web_update": false,
                "api_create": false,
                "web_create": false,
                "api_update": false
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Last Enriched Time",
            "tooltip": null,
            "type": "used",
            "field_read_only": true,
            "customizable_properties": [
                "fixed_position",
                "tooltip"
            ],
            "display_label": "Last Enriched Time",
            "read_only": true,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000000380009",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": false,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": false,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Last_Enriched_Time__s",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 333,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 120,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": false,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "datetime",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": false,
            "operation_type": {
                "web_update": false,
                "api_create": false,
                "web_create": false,
                "api_update": false
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Enrich Status",
            "tooltip": null,
            "type": "used",
            "field_read_only": true,
            "customizable_properties": [
                "mandatory",
                "removal",
                "private_field",
                "tooltip",
                "hipaa_field",
                "history_tracking",
                "display_value_alphabetically",
                "default_value",
                "option_add",
                "add_to_other_layouts",
                "color_code",
                "replace_values"
            ],
            "display_label": "Enrich Status",
            "read_only": true,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000000380012",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": false,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": false,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Enrich_Status__s",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [
                {
                    "display_value": "Available",
                    "sequence_number": 1,
                    "reference_value": "Available",
                    "colour_code": null,
                    "actual_value": "Available",
                    "id": "5725767000000380039",
                    "type": "used"
                },
                {
                    "display_value": "Enriched",
                    "sequence_number": 2,
                    "reference_value": "Enriched",
                    "colour_code": null,
                    "actual_value": "Enriched",
                    "id": "5725767000000380041",
                    "type": "used"
                },
                {
                    "display_value": "Data not found",
                    "sequence_number": 3,
                    "reference_value": "Data not found",
                    "colour_code": null,
                    "actual_value": "Data not found",
                    "id": "5725767000000380043",
                    "type": "used"
                }
            ],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 2,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 120,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": false,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "picklist",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "blueprint_supported": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Wizard",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": null,
            "display_label": "Wizard",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000526321",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Wizard",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 207,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 50,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": false,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "bigint",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Most Recent Visit",
            "tooltip": null,
            "type": "used",
            "field_read_only": true,
            "customizable_properties": [
                "fixed_position",
                "private_field",
                "hipaa_field"
            ],
            "display_label": "Last Visited Time",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000930076",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Last_Visited_Time",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 786,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 120,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "datetime",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "First Page Visited",
            "tooltip": null,
            "type": "used",
            "field_read_only": true,
            "customizable_properties": [
                "fixed_position",
                "private_field",
                "hipaa_field"
            ],
            "display_label": "First Visited URL",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000930077",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "First_Visited_URL",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 21,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 3000,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "website",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Average Time Spent (Minutes)",
            "tooltip": null,
            "type": "used",
            "field_read_only": true,
            "customizable_properties": [
                "fixed_position",
                "private_field",
                "hipaa_field",
                "number_separator"
            ],
            "display_label": "Average Time Spent (Minutes)",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000930078",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Average_Time_Spent_Minutes",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "double",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 38,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 16,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "double",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": 2,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Number Of Chats",
            "tooltip": null,
            "type": "used",
            "field_read_only": true,
            "customizable_properties": [
                "fixed_position",
                "private_field",
                "hipaa_field",
                "number_separator"
            ],
            "display_label": "Number Of Chats",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000930079",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Number_Of_Chats",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "integer",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 32,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 9,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "integer",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Referrer",
            "tooltip": null,
            "type": "used",
            "field_read_only": true,
            "customizable_properties": [
                "fixed_position",
                "private_field",
                "hipaa_field"
            ],
            "display_label": "Referrer",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000930080",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Referrer",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 21,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 3000,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "website",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Visitor Score",
            "tooltip": null,
            "type": "used",
            "field_read_only": true,
            "customizable_properties": [
                "fixed_position",
                "private_field",
                "hipaa_field",
                "number_separator"
            ],
            "display_label": "Visitor Score",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000930081",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Visitor_Score",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 52,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 19,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "bigint",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "First Visit",
            "tooltip": null,
            "type": "used",
            "field_read_only": true,
            "customizable_properties": [
                "fixed_position",
                "private_field",
                "hipaa_field"
            ],
            "display_label": "First Visited Time",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000930082",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "First_Visited_Time",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 786,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 120,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "datetime",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Days Visited",
            "tooltip": null,
            "type": "used",
            "field_read_only": true,
            "customizable_properties": [
                "fixed_position",
                "private_field",
                "hipaa_field",
                "number_separator"
            ],
            "display_label": "Days Visited",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000000930083",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Days_Visited",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "integer",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 32,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 9,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "integer",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": false,
                "api_create": false,
                "web_create": false,
                "api_update": false
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Record Status",
            "tooltip": null,
            "type": "used",
            "field_read_only": true,
            "customizable_properties": null,
            "display_label": "Record Status",
            "read_only": true,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000001205009",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": false,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": false,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Record_Status__s",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [
                {
                    "display_value": "Trash",
                    "sequence_number": 1,
                    "reference_value": "Trash",
                    "colour_code": null,
                    "actual_value": "Trash",
                    "id": "5725767000001205010",
                    "type": "used"
                },
                {
                    "display_value": "Available",
                    "sequence_number": 2,
                    "reference_value": "Available",
                    "colour_code": null,
                    "actual_value": "Available",
                    "id": "5725767000001205011",
                    "type": "used"
                },
                {
                    "display_value": "Draft",
                    "sequence_number": 3,
                    "reference_value": "Draft",
                    "colour_code": null,
                    "actual_value": "Draft",
                    "id": "5725767000001205012",
                    "type": "used"
                }
            ],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 2,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 120,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": false,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "picklist",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "blueprint_supported": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "checking multi picklist",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "fieldlabel",
                "removal",
                "deletion",
                "private_field",
                "tooltip",
                "hipaa_field",
                "display_value_alphabetically",
                "default_value",
                "option_add",
                "add_to_other_layouts"
            ],
            "display_label": "checking multi picklist",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000001537002",
            "created_time": "2023-11-26T02:48:07-08:00",
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "checking_multi_picklist",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [
                {
                    "display_value": "test 1",
                    "sequence_number": 1,
                    "reference_value": "test 1",
                    "colour_code": null,
                    "actual_value": "test 1",
                    "id": "5725767000001537001",
                    "type": "used"
                },
                {
                    "display_value": "test 2",
                    "sequence_number": 2,
                    "reference_value": "test 2",
                    "colour_code": null,
                    "actual_value": "test 2",
                    "id": "5725767000001537003",
                    "type": "used"
                }
            ],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "jsonarray",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 100,
            "modified_time": "2024-11-25T00:43:53-08:00",
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": true,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 1000,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "multiselectpicklist",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": true,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": false,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Data Source",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": null,
            "display_label": "Data Source",
            "read_only": true,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000001708003",
            "created_time": null,
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": false,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Data_Source",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [
                {
                    "display_value": "Manual",
                    "sequence_number": 1,
                    "reference_value": "Manual",
                    "colour_code": null,
                    "actual_value": "Manual",
                    "id": "5725767000001708009",
                    "type": "used"
                },
                {
                    "display_value": "API",
                    "sequence_number": 2,
                    "reference_value": "API",
                    "colour_code": null,
                    "actual_value": "API",
                    "id": "5725767000001708011",
                    "type": "used"
                },
                {
                    "display_value": "Manual (Mobile)",
                    "sequence_number": 3,
                    "reference_value": "Manual (Mobile)",
                    "colour_code": null,
                    "actual_value": "Manual (Mobile)",
                    "id": "5725767000001708013",
                    "type": "used"
                },
                {
                    "display_value": "Webform",
                    "sequence_number": 4,
                    "reference_value": "Webform",
                    "colour_code": null,
                    "actual_value": "Webform",
                    "id": "5725767000001708015",
                    "type": "used"
                },
                {
                    "display_value": "Microsoft Outlook",
                    "sequence_number": 5,
                    "reference_value": "Microsoft Outlook",
                    "colour_code": null,
                    "actual_value": "Microsoft Outlook",
                    "id": "5725767000001708017",
                    "type": "used"
                },
                {
                    "display_value": "Social",
                    "sequence_number": 6,
                    "reference_value": "Social",
                    "colour_code": null,
                    "actual_value": "Social",
                    "id": "5725767000001708019",
                    "type": "used"
                },
                {
                    "display_value": "Workflow",
                    "sequence_number": 7,
                    "reference_value": "Workflow",
                    "colour_code": null,
                    "actual_value": "Workflow",
                    "id": "5725767000001708021",
                    "type": "used"
                },
                {
                    "display_value": "Import",
                    "sequence_number": 8,
                    "reference_value": "Import",
                    "colour_code": null,
                    "actual_value": "Import",
                    "id": "5725767000001708023",
                    "type": "used"
                },
                {
                    "display_value": "Bulk API",
                    "sequence_number": 9,
                    "reference_value": "Bulk API",
                    "colour_code": null,
                    "actual_value": "Bulk Write",
                    "id": "5725767000001708025",
                    "type": "used"
                },
                {
                    "display_value": "Migration",
                    "sequence_number": 10,
                    "reference_value": "Migration",
                    "colour_code": null,
                    "actual_value": "Migration",
                    "id": "5725767000001708027",
                    "type": "used"
                },
                {
                    "display_value": "System Generated",
                    "sequence_number": 11,
                    "reference_value": "System Generated",
                    "colour_code": null,
                    "actual_value": "System Generated",
                    "id": "5725767000001708029",
                    "type": "used"
                },
                {
                    "display_value": "Google Calendar Sync",
                    "sequence_number": 12,
                    "reference_value": "Google Calendar Sync",
                    "colour_code": null,
                    "actual_value": "Google",
                    "id": "5725767000001708031",
                    "type": "used"
                },
                {
                    "display_value": "Office 365",
                    "sequence_number": 13,
                    "reference_value": "Office 365",
                    "colour_code": null,
                    "actual_value": "Microsoft",
                    "id": "5725767000001708033",
                    "type": "used"
                },
                {
                    "display_value": "Phonebridge API",
                    "sequence_number": 14,
                    "reference_value": "Phonebridge API",
                    "colour_code": null,
                    "actual_value": "Phonebridge API",
                    "id": "5725767000001708035",
                    "type": "used"
                },
                {
                    "display_value": "Zoho Docs",
                    "sequence_number": 15,
                    "reference_value": "Zoho Docs",
                    "colour_code": null,
                    "actual_value": "Zoho Docs",
                    "id": "5725767000001708037",
                    "type": "used"
                },
                {
                    "display_value": "Manual Mass Add",
                    "sequence_number": 16,
                    "reference_value": "Manual Mass Add",
                    "colour_code": null,
                    "actual_value": "Manual Mass Add",
                    "id": "5725767000001708039",
                    "type": "used"
                },
                {
                    "display_value": "Sandbox",
                    "sequence_number": 17,
                    "reference_value": "Sandbox",
                    "colour_code": null,
                    "actual_value": "Sandbox",
                    "id": "5725767000001708041",
                    "type": "used"
                },
                {
                    "display_value": "Mail Parser",
                    "sequence_number": 18,
                    "reference_value": "Mail Parser",
                    "colour_code": null,
                    "actual_value": "Mail Parser",
                    "id": "5725767000001708043",
                    "type": "used"
                },
                {
                    "display_value": "SalesInbox",
                    "sequence_number": 19,
                    "reference_value": "SalesInbox",
                    "colour_code": null,
                    "actual_value": "SalesInbox",
                    "id": "5725767000001708045",
                    "type": "used"
                },
                {
                    "display_value": "Email Workflow",
                    "sequence_number": 20,
                    "reference_value": "Email Workflow",
                    "colour_code": null,
                    "actual_value": "Email workflow",
                    "id": "5725767000001708047",
                    "type": "used"
                },
                {
                    "display_value": "BCC Dropbox",
                    "sequence_number": 21,
                    "reference_value": "BCC Dropbox",
                    "colour_code": null,
                    "actual_value": "BCC Dropbox",
                    "id": "5725767000001708049",
                    "type": "used"
                },
                {
                    "display_value": "Zoho Finance Suite",
                    "sequence_number": 22,
                    "reference_value": "Zoho Finance Suite",
                    "colour_code": null,
                    "actual_value": "Zoho Finance Suite",
                    "id": "5725767000001708051",
                    "type": "used"
                },
                {
                    "display_value": "Zoho Desk",
                    "sequence_number": 23,
                    "reference_value": "Zoho Desk",
                    "colour_code": null,
                    "actual_value": "Zoho Desk",
                    "id": "5725767000001708053",
                    "type": "used"
                },
                {
                    "display_value": "Zoho Survey",
                    "sequence_number": 24,
                    "reference_value": "Zoho Survey",
                    "colour_code": null,
                    "actual_value": "Zoho Survey",
                    "id": "5725767000001708055",
                    "type": "used"
                },
                {
                    "display_value": "Google Ads",
                    "sequence_number": 25,
                    "reference_value": "Google Ads",
                    "colour_code": null,
                    "actual_value": "Google Adwords",
                    "id": "5725767000001708057",
                    "type": "used"
                },
                {
                    "display_value": "Zoho SalesIQ",
                    "sequence_number": 26,
                    "reference_value": "Zoho SalesIQ",
                    "colour_code": null,
                    "actual_value": "SalesIQ",
                    "id": "5725767000001708059",
                    "type": "used"
                },
                {
                    "display_value": "Zoho Mail",
                    "sequence_number": 27,
                    "reference_value": "Zoho Mail",
                    "colour_code": null,
                    "actual_value": "Zoho Mail",
                    "id": "5725767000001708061",
                    "type": "used"
                },
                {
                    "display_value": "Zoho Forms",
                    "sequence_number": 28,
                    "reference_value": "Zoho Forms",
                    "colour_code": null,
                    "actual_value": "Zoho Forms",
                    "id": "5725767000001708063",
                    "type": "used"
                },
                {
                    "display_value": "Custom Function",
                    "sequence_number": 29,
                    "reference_value": "Custom Function",
                    "colour_code": null,
                    "actual_value": "Custom Function",
                    "id": "5725767000001708065",
                    "type": "used"
                },
                {
                    "display_value": "Zoho Recruit",
                    "sequence_number": 30,
                    "reference_value": "Zoho Recruit",
                    "colour_code": null,
                    "actual_value": "Zoho Recruit",
                    "id": "5725767000001708067",
                    "type": "used"
                },
                {
                    "display_value": "Zoho Sheet View",
                    "sequence_number": 31,
                    "reference_value": "Zoho Sheet View",
                    "colour_code": null,
                    "actual_value": "Zoho Sheet View",
                    "id": "5725767000001708069",
                    "type": "used"
                },
                {
                    "display_value": "Sample Data",
                    "sequence_number": 32,
                    "reference_value": "Sample Data",
                    "colour_code": null,
                    "actual_value": "Sample Data",
                    "id": "5725767000001708071",
                    "type": "used"
                },
                {
                    "display_value": "Conversational AI ( Zia Voice )",
                    "sequence_number": 33,
                    "reference_value": "Conversational AI ( Zia Voice )",
                    "colour_code": null,
                    "actual_value": "Zia Voice",
                    "id": "5725767000001708073",
                    "type": "used"
                },
                {
                    "display_value": "Prediction",
                    "sequence_number": 34,
                    "reference_value": "Prediction",
                    "colour_code": null,
                    "actual_value": "Prediction",
                    "id": "5725767000001708075",
                    "type": "used"
                },
                {
                    "display_value": "Zoho Campaigns",
                    "sequence_number": 35,
                    "reference_value": "Zoho Campaigns",
                    "colour_code": null,
                    "actual_value": "Zoho Campaign",
                    "id": "5725767000001708077",
                    "type": "used"
                },
                {
                    "display_value": "Zoho Webinar",
                    "sequence_number": 36,
                    "reference_value": "Zoho Webinar",
                    "colour_code": null,
                    "actual_value": "Zoho Webinar",
                    "id": "5725767000001708079",
                    "type": "used"
                },
                {
                    "display_value": "Zoho Backstage",
                    "sequence_number": 37,
                    "reference_value": "Zoho Backstage",
                    "colour_code": null,
                    "actual_value": "Zoho Backstage",
                    "id": "5725767000001708081",
                    "type": "used"
                },
                {
                    "display_value": "Blueprint",
                    "sequence_number": 38,
                    "reference_value": "Blueprint",
                    "colour_code": null,
                    "actual_value": "Blueprint",
                    "id": "5725767000001708083",
                    "type": "used"
                },
                {
                    "display_value": "Approval process",
                    "sequence_number": 39,
                    "reference_value": "Approval process",
                    "colour_code": null,
                    "actual_value": "ApprovalProcess",
                    "id": "5725767000001708085",
                    "type": "used"
                },
                {
                    "display_value": "Macro",
                    "sequence_number": 40,
                    "reference_value": "Macro",
                    "colour_code": null,
                    "actual_value": "Macro",
                    "id": "5725767000001708087",
                    "type": "used"
                },
                {
                    "display_value": "Mass Transfer",
                    "sequence_number": 41,
                    "reference_value": "Mass Transfer",
                    "colour_code": null,
                    "actual_value": "Mass Transfer",
                    "id": "5725767000001708089",
                    "type": "used"
                },
                {
                    "display_value": "Change Owner",
                    "sequence_number": 42,
                    "reference_value": "Change Owner",
                    "colour_code": null,
                    "actual_value": "Change Owner",
                    "id": "5725767000001708091",
                    "type": "used"
                },
                {
                    "display_value": "Mass Update",
                    "sequence_number": 43,
                    "reference_value": "Mass Update",
                    "colour_code": null,
                    "actual_value": "Mass Update",
                    "id": "5725767000001708093",
                    "type": "used"
                },
                {
                    "display_value": "Deduplication",
                    "sequence_number": 44,
                    "reference_value": "Deduplication",
                    "colour_code": null,
                    "actual_value": "DeDuplicate",
                    "id": "5725767000001708095",
                    "type": "used"
                },
                {
                    "display_value": "Manual-Merge",
                    "sequence_number": 45,
                    "reference_value": "Manual-Merge",
                    "colour_code": null,
                    "actual_value": "Find And Merge",
                    "id": "5725767000001708097",
                    "type": "used"
                },
                {
                    "display_value": "Bigin",
                    "sequence_number": 46,
                    "reference_value": "Bigin",
                    "colour_code": null,
                    "actual_value": "Bigin",
                    "id": "5725767000001708099",
                    "type": "used"
                },
                {
                    "display_value": "Zoho CRM",
                    "sequence_number": 47,
                    "reference_value": "Zoho CRM",
                    "colour_code": null,
                    "actual_value": "Zoho CRM",
                    "id": "5725767000001708101",
                    "type": "used"
                },
                {
                    "display_value": "Mailchimp",
                    "sequence_number": 48,
                    "reference_value": "Mailchimp",
                    "colour_code": null,
                    "actual_value": "Mailchimp",
                    "id": "5725767000001708103",
                    "type": "used"
                },
                {
                    "display_value": "Constant Contact",
                    "sequence_number": 49,
                    "reference_value": "Constant Contact",
                    "colour_code": null,
                    "actual_value": "Constant Contact",
                    "id": "5725767000001708105",
                    "type": "used"
                },
                {
                    "display_value": "EmailIn",
                    "sequence_number": 50,
                    "reference_value": "EmailIn",
                    "colour_code": null,
                    "actual_value": "EmailIn",
                    "id": "5725767000001708107",
                    "type": "used"
                },
                {
                    "display_value": "Kiosk",
                    "sequence_number": 51,
                    "reference_value": "Kiosk",
                    "colour_code": null,
                    "actual_value": "Kiosk",
                    "id": "5725767000001708109",
                    "type": "used"
                }
            ],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 2,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": true,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": false,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 120,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "Zoho",
                    "name": "Zoho",
                    "id": "5725767000000526001"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "picklist",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "blueprint_supported": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Product Interest",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "fieldlabel",
                "removal",
                "deletion",
                "private_field",
                "tooltip",
                "hipaa_field",
                "history_tracking",
                "display_value_alphabetically",
                "default_value",
                "option_add",
                "add_to_other_layouts",
                "color_code",
                "replace_values"
            ],
            "display_label": "Product Interest",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000002005007",
            "created_time": "2024-01-20T10:20:31-08:00",
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Product_Interest",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [
                {
                    "display_value": "-None-",
                    "sequence_number": 1,
                    "reference_value": "-None-",
                    "colour_code": null,
                    "actual_value": "-None-",
                    "id": "5725767000002005011",
                    "type": "used"
                },
                {
                    "display_value": "Interested",
                    "sequence_number": 2,
                    "reference_value": "Interested",
                    "colour_code": null,
                    "actual_value": "Interested",
                    "id": "5725767000002005006",
                    "type": "used"
                },
                {
                    "display_value": "Not Interested",
                    "sequence_number": 3,
                    "reference_value": "Not Interested",
                    "colour_code": null,
                    "actual_value": "Not Interested",
                    "id": "5725767000002005008",
                    "type": "used"
                }
            ],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 2,
            "modified_time": "2025-03-19T08:15:31-07:00",
            "email_parser": {
                "fields_update_supported": true,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": true,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 120,
            "display_field": false,
            "pick_list_values_sorted_lexically": true,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "picklist",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": true,
            "blueprint_supported": true,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": {
                "module": "Project_Details",
                "id": "5725767000002102023"
            },
            "webhook": false,
            "operation_type": {
                "web_update": false,
                "api_create": false,
                "web_create": false,
                "api_update": false
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Project Details",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": null,
            "display_label": "Project Details",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000002102135",
            "created_time": null,
            "filterable": false,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": false,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Project_Details",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": true,
            "json_type": "jsonarray",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 500,
            "modified_time": "2024-03-12T02:39:14-07:00",
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": true,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": false,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                },
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "subform",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "multiline",
            "tooltip": null,
            "textarea": {
                "type": "small"
            },
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "fieldlabel",
                "encrypted",
                "removal",
                "deletion",
                "private_field",
                "tooltip",
                "hipaa_field",
                "add_to_other_layouts"
            ],
            "display_label": "multiline",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000002214001",
            "created_time": "2024-02-20T04:27:11-08:00",
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "multiline",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 110,
            "modified_time": "2024-11-25T00:43:54-08:00",
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": true,
            "lookup": {},
            "hipaa_compliance": {
                "restricted_in_export": false,
                "restricted": false
            },
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 2000,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": false,
            "layout_associations": [
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "textarea",
            "formula": {},
            "hipaa_compliance_enabled": true,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "largemultiline",
            "tooltip": null,
            "textarea": {
                "type": "large"
            },
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "fieldlabel",
                "encrypted",
                "removal",
                "deletion",
                "private_field",
                "tooltip",
                "hipaa_field",
                "add_to_other_layouts"
            ],
            "display_label": "largemultiline",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000002214014",
            "created_time": "2024-02-20T04:40:57-08:00",
            "filterable": false,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "largemultiline",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 3,
            "modified_time": "2024-11-25T00:43:54-08:00",
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": true,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 32000,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": false,
            "layout_associations": [
                {
                    "api_name": "testing_layout",
                    "name": "testing layout",
                    "id": "5725767000002256035"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "textarea",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": false,
                "api_create": false,
                "web_create": false,
                "api_update": false
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Score1",
            "tooltip": null,
            "type": "used",
            "field_read_only": true,
            "customizable_properties": [
                "fieldlabel",
                "removal",
                "deletion",
                "private_field",
                "hipaa_field",
                "add_to_other_layouts",
                "number_separator"
            ],
            "display_label": "Score1",
            "read_only": true,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000002324011",
            "created_time": "2024-03-04T23:32:08-08:00",
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": false,
                "quick_create": false,
                "create": false
            },
            "separator": true,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Score1",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "integer",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 32,
            "modified_time": "2024-03-04T23:32:08-08:00",
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": true,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 5,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "integer",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": {
                "module": "Alternate_Address",
                "id": "5725767000003466776"
            },
            "webhook": false,
            "operation_type": {
                "web_update": false,
                "api_create": false,
                "web_create": false,
                "api_update": false
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Alternate Address",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": null,
            "display_label": "Alternate Address",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000003466894",
            "created_time": null,
            "filterable": false,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": false,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Alternate_Address",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": true,
            "json_type": "jsonarray",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 500,
            "modified_time": null,
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": true,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": false,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "subform",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {},
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": false,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Employee",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "fieldlabel",
                "removal",
                "deletion",
                "add_to_other_layouts",
                "show_linking_module",
                "linking_module_name",
                "related_list_label",
                "related_field_name"
            ],
            "display_label": "Employee",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": false,
            "multi_module_lookup": {},
            "id": "5725767000005787270",
            "created_time": "2025-03-19T08:20:01-07:00",
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": false,
            "external": null,
            "api_name": "Employee",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [],
            "system_mandatory": false,
            "virtual_field": true,
            "json_type": "jsonarray",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 444,
            "modified_time": "2025-03-19T08:20:01-07:00",
            "email_parser": {
                "fields_update_supported": false,
                "record_operations_supported": false
            },
            "currency": {},
            "custom_field": true,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 200,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": false,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                }
            ],
            "global_picklist": null,
            "history_tracking": null,
            "data_type": "multiselectlookup",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": false,
            "multiselectlookup": {
                "linking_details": {
                    "module": {
                        "visibility": 1,
                        "plural_label": "EmpXAcc",
                        "api_name": "EmpXAcc",
                        "id": "5725767000005787278"
                    },
                    "lookup_field": {
                        "api_name": "Accounts",
                        "field_label": "Accounts",
                        "id": "5725767000005787320"
                    },
                    "connected_lookup_field": {
                        "api_name": "Employee",
                        "field_label": "Employee",
                        "id": "5725767000005787322"
                    }
                },
                "connected_details": {
                    "field": {
                        "api_name": "Accounts",
                        "field_label": "Accounts",
                        "id": "5725767000005787314"
                    },
                    "module": {
                        "plural_label": "Accounts",
                        "api_name": "Accounts",
                        "id": "5725767000000002177"
                    },
                    "layouts": [
                        {
                            "api_name": "Standard__s",
                            "id": "5725767000000091029"
                        }
                    ]
                },
                "related_list": {
                    "display_label": "Accounts",
                    "api_name": "Accounts25",
                    "id": "5725767000005787413"
                }
            },
            "auto_number": {}
        },
        {
            "associated_module": null,
            "webhook": true,
            "operation_type": {
                "web_update": true,
                "api_create": true,
                "web_create": true,
                "api_update": true
            },
            "colour_code_enabled_by_system": false,
            "field_label": "Choose Region",
            "tooltip": null,
            "type": "used",
            "field_read_only": false,
            "customizable_properties": [
                "mandatory",
                "fieldlabel",
                "removal",
                "deletion",
                "private_field",
                "tooltip",
                "hipaa_field",
                "history_tracking",
                "display_value_alphabetically",
                "default_value",
                "option_add",
                "add_to_other_layouts",
                "color_code",
                "replace_values"
            ],
            "display_label": "Choose Region",
            "read_only": false,
            "association_details": null,
            "businesscard_supported": true,
            "multi_module_lookup": {},
            "id": "5725767000005798385",
            "created_time": "2025-03-19T08:23:38-07:00",
            "filterable": true,
            "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"
                }
            ],
            "view_type": {
                "view": true,
                "edit": true,
                "quick_create": false,
                "create": true
            },
            "separator": false,
            "searchable": true,
            "history_tracking_enabled": true,
            "external": null,
            "api_name": "Choose_Region",
            "unique": {},
            "enable_colour_code": false,
            "pick_list_values": [
                {
                    "display_value": "-None-",
                    "sequence_number": 1,
                    "reference_value": "-None-",
                    "colour_code": null,
                    "actual_value": "-None-",
                    "id": "5725767000005798733",
                    "type": "used"
                },
                {
                    "display_value": "East",
                    "sequence_number": 2,
                    "reference_value": "East",
                    "colour_code": null,
                    "actual_value": "IN_East",
                    "id": "5725767000005798384",
                    "type": "used"
                },
                {
                    "display_value": "West",
                    "sequence_number": 3,
                    "reference_value": "West",
                    "colour_code": null,
                    "actual_value": "IN_West",
                    "id": "5725767000005798386",
                    "type": "used"
                },
                {
                    "display_value": "North",
                    "sequence_number": 4,
                    "reference_value": "North",
                    "colour_code": null,
                    "actual_value": "IN_North",
                    "id": "5725767000005798388",
                    "type": "used"
                },
                {
                    "display_value": "South",
                    "sequence_number": 5,
                    "reference_value": "South",
                    "colour_code": null,
                    "actual_value": "IN_South",
                    "id": "5725767000005798390",
                    "type": "used"
                }
            ],
            "system_mandatory": false,
            "virtual_field": false,
            "json_type": "string",
            "crypt": null,
            "created_source": "default",
            "display_type": -1,
            "ui_type": 2,
            "modified_time": "2025-03-19T08:23:38-07:00",
            "email_parser": {
                "fields_update_supported": true,
                "record_operations_supported": true
            },
            "currency": {},
            "custom_field": true,
            "lookup": {},
            "hipaa_compliance": null,
            "convert_mapping": {
                "Contacts": null,
                "Deals": null,
                "Accounts": null
            },
            "rollup_summary": {},
            "length": 120,
            "display_field": false,
            "pick_list_values_sorted_lexically": false,
            "sortable": true,
            "layout_associations": [
                {
                    "api_name": "Standard__s",
                    "name": "Standard",
                    "id": "5725767000000091055"
                }
            ],
            "global_picklist": null,
            "history_tracking": {
                "related_list_name": "Choose Region history",
                "module": {
                    "api_name": "Choose_Region_history",
                    "id": "5725767000005798393"
                },
                "duration_configured_field": {
                    "api_name": "Duration_Days",
                    "id": "5725767000005798721"
                },
                "duration_configuration": "days",
                "followed_fields": [
                    {
                        "api_name": "Owner",
                        "id": "5725767000000002589"
                    }
                ]
            },
            "data_type": "picklist",
            "formula": {},
            "hipaa_compliance_enabled": false,
            "decimal_place": null,
            "mass_update": true,
            "blueprint_supported": true,
            "multiselectlookup": {},
            "auto_number": {}
        }
    ]
}