v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAccounting event types
List accounting event types
List accounting event types for your organization.
Refer to the Search for accounting event types for more information.
get/v1/event-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
Example response
{
"items": [
{
"id": 101,
"description": "CREDIT"
}
]
}