---
title: "List accounting entry types (outdated)"
method: GET
path: "/v1/entry-types"
tags: ["Accounting entry types"]
---

# List accounting entry types (outdated)

`GET /v1/entry-types`

List accounting entry types from your organization.

This endpoint is outdated and new endpoint is available: [List accounting entry types](https://developers.pismo.io/pismo-docs/reference/searchentrytypesv2).

Refer to [Search for accounting entry types](https://developers.pismo.io/pismo-docs/docs/create-accounting-entries#search-for-accounting-entry-types) for more information.

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

---

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