v1

latestOpenAPI 3.1.02026-08-0420819698.7 KB
Routes
Budgets

Get Budgets

This request returns your Budgets in Limble.

Return data description

Property: budgetID, Description: The Budget's unique identifier. Property: name, Description: The full name of the Budget. Property: locationID, Description: Which Location this Budget belongs to.

get/v2/budgets

Query parameters

cursorinteger

This parameter is a cursor that selects what budgetID you want to start receiving results at. e.g. passing 137 here will only get you budgets with an ID greater than 137.

limitinteger

This parameter is a result limiter. The default is set to return no more than 100 results at one time.

namestring

This is a parameter used to string search for a name or partial name of a budget. This parameter expects a string with the wildcard %.

locationsstring

This parameter is used to only get budgets that are linked to a location. This parameter accepts a comma delimited list of location IDs.

budgetsstring

This parameter is used to only get specific budgets. This parameter accepts a comma delimited list of budget IDs.

Response

Get Budgets

budgetIDinteger
namestring
locationIDinteger
awaitingAllowPOEditboolean
awaitingUserIDinteger
awaitingProfileIDinteger
awaitingEmailSendboolean
prUserIDinteger
prProfileIDinteger
prEmailSendboolean