---
title: "Returns a list of company's Nominal Accounts. Supports OData querying protocol.
Filtering is forbidden.
Ordering is allowed by \"id\" and \"code\" fields."
method: GET
path: "/v1/nominalAccounts"
tags: ["NominalAccounts"]
---

# Returns a list of company's Nominal Accounts. Supports OData querying protocol.
Filtering is forbidden.
Ordering is allowed by "id" and "code" fields.

`GET /v1/nominalAccounts`

## Response `200`

OK

- NominalAccountDto[]
  - `id` integer
  - `accountGroupId` integer
  - `code` string
  - `description` string
  - `companyId` integer
  - `timeStamp` string, byte
  - `balance` number, double
  - `oBalance` number, double
  - `month1` number, double
  - `month2` number, double
  - `month3` number, double
  - `month4` number, double
  - `month5` number, double
  - `month6` number, double
  - `month7` number, double
  - `month8` number, double
  - `month9` number, double
  - `month10` number, double
  - `month11` number, double
  - `month12` number, double
  - `group` string
  - `type` string

---

[API](https://skmtc.dev/bigredcloud/apis/big-red-cloud-api.md) · [All operations](https://skmtc.dev/bigredcloud/apis/big-red-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bigredcloud/big-red-cloud-api/revisions/e1d97979e906/schema)
