---
title: "Returns information about a single Nominal Account."
method: GET
path: "/v1/nominalAccounts/{id}"
tags: ["NominalAccounts"]
---

# Returns information about a single Nominal Account.

`GET /v1/nominalAccounts/{id}`

## Path parameters

- `id` integer, required

## 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)
