# (Deprecated) Read feature list settings (deprecated) Use instead. This function reads a feature list and returns a hash that maps feature IDs to values indicating whether each feature is enabled. * The function requires the parameter to specify which feature list to read. * Access is controlled based on user permissions. Resellers can only access their own feature lists. Endpoint: GET /read_featurelist Version: 11.136.0.0 Security: BasicAuth ## Query parameters: - `featurelist` (string, required) The name of the feature list to read. Example: "default" ## Response 200 fields (application/json): - `data` (object) - `data.featurelist` (string) The name of the feature list that was read. Example: "default" - `data.features` (object) A map of feature IDs to their enabled status. Example: {"addoncgi":1,"addondomains":1,"changemx":1,"webmail":0,"ssl":1} - `metadata` (object) - `metadata.command` (string) The method name called. Example: "read_featurelist" - `metadata.reason` (string) The reason the API function failed when the field is . This field may display a success message when a function succeeds. Example: "OK" - `metadata.result` (integer) * — Success. * — Failed. Check the field for more details. Enum: 0, 1 - `metadata.version` (integer) The version of the API function. Example: 1