result.data | object | Yes | — | Response object containing an array of global picklists. |
result.data.global_picklists | array | Yes | — | Array of global picklists with their properties. Maximum items: 100. |
result.data.global_picklists[].display_label | string | Yes | — | Display label of the global picklist. Maximum length: 50. |
result.data.global_picklists[].source | "crm" | "platform_plugin" | "marketplace_plugin" | Yes | — | Source of the global picklist. Allowed: crm, platform_plugin, marketplace_plugin. Maximum length: 50. |
result.data.global_picklists[].api_name | string | Yes | — | API name of the resource. It will start with alphabets and can contain alphanumeric characters and underscores. Maximum length: 50. Pattern: ^[A-Za-z][A-Za-z0-9_]*$. |
result.data.global_picklists[].created_time | string | null | Yes | — | Creation timestamp of the global picklist. Format: date-time. |
result.data.global_picklists[].modified_time | string | null | Yes | — | Last modification timestamp of the global picklist. Format: date-time. |
result.data.global_picklists[].id | string | Yes | — | Id of the resource. Format: int64. |
result.data.global_picklists[].actual_label | string | Yes | — | Actual label of the global picklist. Maximum length: 50. |
result.data.global_picklists[].description | string | null | Yes | — | Description of the global picklist. Maximum length: 1000. |
result.data.global_picklists[].associated_fields_count | integer | No | — | Number of fields associated with this global picklist. Format: int32. |
result.data.global_picklists[].modified_by | record | Yes | — | User who last modified the global picklist. |
result.data.global_picklists[].used_in_modules | array | null | No | — | Array of modules using this global picklist. Maximum items: 100. |
result.data.global_picklists[].used_in_modules[].plural_label | string | No | — | Plural label of the module. Maximum length: 25. |
result.data.global_picklists[].used_in_modules[].api_name | string | No | — | API name of the resource. It will start with alphabets and can contain alphanumeric characters and underscores. Maximum length: 50. Pattern: ^[A-Za-z][A-Za-z0-9_]*$. |
result.data.global_picklists[].used_in_modules[].id | string | No | — | Id of the resource. Format: int64. |
result.data.global_picklists[].created_by | record | Yes | — | User who created the global picklist. |
result.data.global_picklists[].presence | boolean | Yes | — | Indicates if the global picklist is present. false if global picklist is in delete scheduler. |
result.data.global_picklists[].customizable | boolean | Yes | — | Indicates if the global picklist is customizable. |
result.data.global_picklists[].pick_list_values_sorted_lexically | boolean | Yes | — | Indicates if picklist values are sorted lexically. |
result.data.global_picklists[].pick_list_values | array | No | — | Array of picklist values. Maximum items: 5000. |
result.data.global_picklists[].pick_list_values[].type | "unused" | "used" | Yes | — | Type of the picklist value (used or unused). Allowed: unused, used. |
result.data.global_picklists[].pick_list_values[].id | string | Yes | — | Id of the resource. Format: int64. |
result.data.global_picklists[].pick_list_values[].sequence_number | integer | Yes | — | Sequence number of the picklist value. Format: int32. |
result.data.global_picklists[].pick_list_values[].display_value | string | Yes | — | The picklist display value(translated value if translation enabled). Maximum length: 120. |
result.data.global_picklists[].pick_list_values[].reference_value | string | Yes | — | Reference value of the picklist field. Maximum length: 120. |
result.data.global_picklists[].pick_list_values[].actual_value | string | No | — | Actual value of the picklist field. Maximum length: 120. |
result.meta | object | No | — | Additional response metadata (status, paging). |