---
title: "List business presets"
method: GET
path: "/business_presets"
tags: ["Business Presets"]
---

# List business presets

`GET /business_presets`

## Query parameters

- `business_entity_id` string, required
- `type` 'allowance' | 'deduction' | 'earning' | 'employee_benefit' | 'employer_benefit' | 'employer_statutory_withholding' | 'reimbursement' | 'statutory_withholding'
- `subtype` string
- `sort` 'name' | 'subtype' | 'subtype.label' | 'title' | 'type' | 'type.label'
- `include_managed` boolean
- `external_ref` string
- `expand` string[]

## Response `200`

OK

- object
  - `object` string — The type of the object in Nmbr (`"list"`).
  - `data` object[]
    - `id` string — The unique identifier of the object in Nmbr.
    - `object` string — The type of the object in Nmbr (`"business_preset"`).
    - `data` BusinessPreset
      - `business_entity` object
        - `id` string — The unique identifier of the object in Nmbr.
        - `object` string — The type of the object in Nmbr (`"business_entity"`).
      - `name` string
      - `name_translations` Translations, nullable
        - `en` string
        - `fr` string
      - `name_translated` string — The translation of the `name` property for the request locale. Computed using the values in `name` and `name_translations` and the value of the request's `Accept-Language` header.
      - `title` string, nullable
      - `title_translations` Translations, nullable
        - `en` string
        - `fr` string
      - `title_translated` string — The translation of the `title` property for the request locale. Computed using the values in `title` and `title_translations` and the value of the request's `Accept-Language` header.
      - `type` string
      - `subtype` string, nullable
      - `remittance_account` unknown
      - `is_managed` boolean — If true, this is a default Business Preset and can not be deleted, `title` and `remittance_account` may be set.
      - `expense_accounting_code` unknown
      - `liability_accounting_code` unknown
      - `income_basis` 'all_earnings' | 'none' | 'regular_earnings' | 'total_income', nullable
      - `income_includes` object, nullable
      - `external_ref` string, nullable — A reference to the object in an external system, e.g. the primary key of the object in your application's database. Nmbr doesn't use, validate, parse, or require this value to be unique - it simply stores it for your reference.
      - `created_at` string, dateTime — The date and time the object was created in Nmbr.
      - `updated_at` string, dateTime — The date and time the object was last updated in Nmbr.

## Changes

> 18 revisions in range; 6 could not be searched.

- **2026-08-08** `01cd9c45a923` — 12 warning
  - added the new `included_in_stat_holiday_pay` enum value to the `data/items/data/anyOf[subschema #4: With earnings expanded]/earnings/data/items/data/earning_type/data/features/items/definitions/items/effects/items/` response property for the response status `200`
  - added the new `included_in_stat_holiday_pay` enum value to the `data/items/data/anyOf[subschema #5: With allowances expanded]/allowances/data/items/data/allowance_type/data/features/items/definitions/items/effects/items/` response property for the response status `200`
  - added the new `included_in_stat_holiday_pay` enum value to the `data/items/data/anyOf[subschema #6: With employee_benefits expanded]/employee_benefits/data/items/data/employee_benefit_type/data/features/items/definitions/items/effects/items/` response property for the response status `200`
  - added the new `included_in_stat_holiday_pay` enum value to the `data/items/data/anyOf[subschema #7: With employer_benefits expanded]/employer_benefits/data/items/data/employer_benefit_type/data/features/items/definitions/items/effects/items/` response property for the response status `200`
  - …8 more
- **2026-07-31** `7c45252e3e56` — 1 info
  - added the optional property `data/items/data/anyOf[subschema #3: With remittance_account expanded]/remittance_account/data/linked_remittance_account` to the response with the `200` status

[Change history](https://skmtc.dev/nmbr/apis/nmbr-api/changes/business_presets/get.md)

---

[API](https://skmtc.dev/nmbr/apis/nmbr-api.md) · [All operations](https://skmtc.dev/nmbr/apis/nmbr-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nmbr/nmbr-api/revisions/29c2d6ac7131/schema)
