Accounting 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"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.