List categories
Returns the category tree flattened, in the order ThinkOut displays it: inflows
first, then outflows, and within each direction every root followed immediately by
its own children. Siblings follow position.
Reading the page top to bottom therefore gives the product’s own category screen.
direction narrows to one of its two panels.
Rebuild the hierarchy with parent_id, and re-sort with position within each
parent_id if you need the order again after storing the rows.
The tree is exactly two levels deep. A category with a parent_id never has
children of its own, and both levels can appear on a transaction.
A child’s direction and activity always match its root’s.
Authorizations
A workspace API key created in ThinkOut settings. One key reads one workspace.
Query Parameters
Whether money comes in or goes out.
On a transaction or a forecast it follows the sign of amount and can never
disagree with it. It is present so that responses can be grouped and read without
inspecting signs.
inflow, outflow Page size.
1 <= x <= 500Opaque token from the previous page's next_cursor.