v1
latestOpenAPI 3.1.0MIT2026-07-2484155300.5 KBCategory
List
Recovers all categories active from the data categorization. Can be filtered by the parentId of the category.
get/categories
Query parameters
parentIdstring
Parent's primary identifier
Response
Retrieve a list of all categories
Example response
[
{
"id": "01010000",
"description": "Salary/pro-labore",
"parentId": "01000000",
"parentDescription": "Income"
}
]