List all specifications visible to the current user.
search Optional string. Default: "".
scope Optional string. Default: all. Allowed: all, owned, public.
user_id Optional UUID (nullable). Filter by owner.
skip Optional integer. Default: 0.
limit Optional integer. Default: 100, max: 1000.
sortBy Optional string. Default: created_at. Allowed: created_at, name, unit, instance.
sortDir Optional string. Default: desc. Allowed: asc, desc.
exclude_category_id Optional UUID (nullable). Exclude specifications that are attached to this category.
instance Optional, repeatable. Only specifications with one of the given instance types, e.g. instance=float&instance=int. Invalid values are rejected with 422.
unit Optional string (nullable). Only specifications with exactly this unit.
has_options Optional boolean (nullable). true: only specifications with options; false: only ones without.
has_sub_values Optional boolean (nullable). true: only specifications with sub_values; false: only ones without.
no_category Optional boolean (nullable). true: only specifications not attached to any category; false: only attached ones.