# List Classifications Endpoint: GET /public/v1/classifications/ Version: 1.0.0 ## Query parameters: - `search` (string,null) - `id` (array,null) - `name` (string,null) - `is_active` (boolean,null) - `is_required` (boolean,null) - `limit` (integer) - `offset` (integer) ## Response 200 fields (application/json): - `items` (array, required) - `items.id` (integer, required) - `items.selections` (array, required) - `items.selections.name` (string, required) - `items.selections.is_active` (boolean, required) - `items.selections.parent_id` (integer,null, required) - `items.selections.parent_name` (string,null, required) - `items.required_for_records` (array, required) Enum: "purchase_order", "sales_order", "cash_sale", "invoice", "bill", "direct_expense", "vendor_credit", "journal_entry", "intercompany_journal_entry", "customer_credit", "customer_deposit" - `count` (integer, required)