---
title: "List accounting entry types"
method: GET
path: "/v2/entry-types"
tags: ["Accounting entry types"]
---

# List accounting entry types

`GET /v2/entry-types`

List accounting entry types with their latest history from your organization.

## Query parameters

- `pageSize` integer
- `pageOffset` integer

## Response `200`

OK

- object
  - `has_next` boolean — Indicates whether there are more pages after the current page.
  - `items` object[] — Items returned by the request
    - `id` integer — Entry type ID
    - `description` string — Entry type description.
    - `type` 'DUE_DATE' | 'CREATION' — Set the entry type: * `CREATION`: Default value for new entries. Also, this value is assumed when type is not provided. * `DUE_DATE`: Used only with a credit program to indicate a due date entry.
    - `org_id` string — Organization ID
    - `history` History — Historical information for auditing the entity.
      - `org_id` string — Organization ID
      - `action` string — Action performed on the entity.
      - `reason` string — Reason for the operation.
      - `responsible` string — User name or ID of the person performing the operation.
      - `version` integer — Entity version.
      - `jsonb` string — JSON representation of the request body.
      - `created_at` string, date-time — Date and time when the history was created (ISO 8601). Format: YYYY-MM-DDThh:mm:ssZ.

## Other responses

- `400` — Bad request when a provided parameter is invalid
- `404` — Entry type not found
- `500` — Internal server error

---

[API](https://skmtc.dev/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.dev/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
