---
title: "Get Accounting Groups"
method: GET
path: "/f/finance/{businessLocationId}/accountingGroups"
tags: ["Financial"]
---

# Get Accounting Groups

`GET /f/finance/{businessLocationId}/accountingGroups`

Returns all accounting groups for a business location.

## Path parameters

- `businessLocationId` integer, required

## Response `200`

Accounting groups returned

- object
  - `_embedded` object — The list of accounting groups.
    - `accountingGroupList` object[]
      - `accountingGroupId` number — The numeric identifier of the accounting group.
      - `name` string — The name of the accounting group.
      - `statisticGroup` string — The assigned statistic group, if applicable.
      - `code` string — The code assigned to the accounting group, if applicable.
  - `_links` object
    - `self` object
      - `href` string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api.md) · [All operations](https://skmtc.net/lightspeed/apis/lightspeed-restaurant-k-series-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeed/lightspeed-restaurant-k-series-api/revisions/fd2e31cf57dd/schema)
