atpthings.dict.get_values_from_dict_list# atpthings.dict.get_values_from_dict_list(dict_list: list, key: str, unique: bool = False) → list# Get key values from list of dictionaries. Parameters: dict_listlistList of dictionaries keystrKey to be searched. uniquebool, optional (default False)Output uniques. Returns: listList of key values.