Skip to content

Budgets Object ​



id
string
REQUIRED · The unique identifier for budget
name
string
The name of the budget
tracking_categories
object[]
The tracking categories of the budget
id
string
The ID of the tracking category
name
string
The name of the tracking category
option
string
The option of the tracking category
status
string
The status of the budget
All possible enum values:
  • active
  • archived
start_date
string · date-time
The start date of the budget
end_date
string · date-time
The end date of the budget
line_items
object[]
The line items of the budget
account
string
The ID of the account
amount
string
The amount of the line item
note
string
The note of the line item
date
string · date-time
The date of the line item
created_at
string · date-time
This represents the date when the budget was created
updated_at
string · date-time
This represents the date when the budget was updated
remote_data
object
Raw data returned from the remote API call.