Endpoint
Query parameters
Filter assignments for a specific month in YYYY-MM format. Cannot be used with
from_month or to_monthFilter assignments from this month onwards (YYYY-MM). Cannot be used with
monthFilter assignments up to this month (YYYY-MM). Cannot be used with
monthFilter assignments by category UUID
Filter assignments by categories in this group UUID
Filter by category goal type. Options:
spending, savings, emergency_fundInclude categories with no assignment for the specified month (requires single
month parameter). Accepts true, false, 1, or 0Group results by dimension. Options:
month, category, group. Cannot be used with include_unassignedComma-separated list of fields to return. Available fields:
id, category_id, month, assigned, rollover, created_atField to sort by. Options:
month, assigned, created_atSort order. Options:
asc, descMaximum number of results to return (1-1000)
Number of results to skip for pagination
Cursor for pagination. Cannot be used with
offsetResponse fields
Array of assignment objects or summary objects (depending on
summary parameter)Unique assignment identifier (UUID)
Category UUID this assignment belongs to
Assignment month in YYYY-MM format
Amount assigned to this category for the month
Rollover amount from previous months
Assignment creation timestamp (ISO 8601)
Whether this category has an assignment (only included when
include_unassigned=true)Pagination and metadata
Total number of matching assignments or summary rows
Number of items returned in this response
Maximum results per page
Current offset
Cursor for the next page, or null if no more results
Month filter applied
From month filter applied
To month filter applied
Whether unassigned categories were included
Summary dimension used (month, category, or group)
Field used for sorting
Sort order applied