v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Accounting entry types

List accounting entry types

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

get/v2/entry-types

Query parameters

pageSizeinteger

Maximum number of accounting event types per page.

pageOffsetinteger

Number to offset page resuts. For example, value 2 returns the third page. Defaults to 0, which returns the first page.

Response

OK

has_nextboolean

Indicates whether there are more pages after the current page.

Example response

{
  "items": [
    {
      "id": 101,
      "description": "CREDIT",
      "type": "DUE_DATE",
      "org_id": "TN-cc8f8b89-233a-4582-9f36-63ee85278d6d",
      "history": {
        "org_id": "TN-cc8f8b89-233a-4582-9f36-63ee85278d6d",
        "action": "Created",
        "reason": "Creation of a new entry type configuration.",
        "responsible": "John Doe",
        "version": 1,
        "jsonb": "{\"id\": 101, \"description\": \"CREDIT\", \"type\": \"DUE_DATE\", \"reason\": \"Creation of a new entry type configuration.\", \"responsible\": \"John Doe\", \"created_at\": \"2021-10-10T10:10:00Z\"}",
        "created_at": "2021-10-10T10:10:00Z"
      }
    }
  ]
}