---
title: "Returns a list of company's Accruals. Supports OData querying protocol.
Filtering is allowed by \"entryDate\" field.
Ordering is allowed by \"id\" field."
method: GET
path: "/v1/accruals"
tags: ["Accruals"]
---

# Returns a list of company's Accruals. Supports OData querying protocol.
Filtering is allowed by "entryDate" field.
Ordering is allowed by "id" field.

`GET /v1/accruals`

## Response `200`

OK

- PageResultAccrualQueryDto
  - `Items` AccrualQueryDto[]
    - `id` integer
    - `bookTranTypeId` integer
    - `acCode` string
    - `entryDate` string, date-time
    - `procDate` string, date-time
    - `total` number, double
    - `timestamp` string, byte
    - `reference` string
    - `firstDetail` string
    - `secondDetail` string
  - `NextPageLink` string
  - `Count` integer

---

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