# List Options Get all your options. Endpoint: GET /api/v1/option Version: 1.0 ## Response 200 fields (application/json): - `id` (integer) Unique identifier of the option Example: 1 - `name` (string) Name of the option Example: "theme" - `type` (string) Type of the option field Enum: "STRING", "INTEGER", "BOOLEAN", "DATETIME", "DATE", "TIME", "DECIMAL" - `defaultValue` (string) Default value for the option Example: "light" - `idCompanyOption` (integer) Company option identifier Example: 5 - `idUserParam` (integer) User parameter identifier Example: 10 - `value` (string) Current value of the option Example: "dark"