# VL11 - Get information about operator's value lists Call FrequencyRecommended usage: Every hourMaximum usage: Every hourRead MoreMore context Endpoint: GET /api/values_lists ## Query parameters: - `code` (string) The operator's values list code. If not specified, all values lists are retrieved - `shop_id` (integer) Use this parameter when your user has access to several shops. If not specified, the shop_id from your default shop will be used. ## Response 200 fields (application/json): - `values_lists` (array) List of values list - `values_lists.code` (string, required) Value list code - `values_lists.label` (string) Value list label - `values_lists.label_translations` (array, required) Value list translations - `values_lists.label_translations.locale` (string) Locale - `values_lists.label_translations.value` (string) Translation - `values_lists.values` (array) Value list's of value list - `values_lists.values.code` (string, required) Value code - `values_lists.values.label` (string) Value label - `values_lists.values.label_translations` (array, required) Value label translation