# Retrieve a value list (deprecated) Endpoint: GET /valueLists/{id} Version: 8.1.0 ## Path parameters: - `id` (integer, required) The value list's id ## Header parameters: - `X-Key` (string, required) A unique API key used to authenticate requests to the NP6 platform. This key must be included in every API call to validate the identity and permissions of the client. Keep your API key secure and do not expose it in public code or logs. ## Response 200 fields (application/json): - `id` (integer) The value list's id - `name` (string) The value list's name - `ordered` (boolean,null) If true, values will be shown in alphabetical order instead of order of creation - `values` (array) The values of the value list - `values.index` (integer) The value's id - `values.value` (string) The value ## Response 401 fields ## Response 403 fields ## Response 404 fields