v3

latestSwagger 2.02026-08-067506752.0 MB
budget

Get a budget's baseline history (the frozen amount steps from activation onward)

get/v1/org/{orgId}/budget/{budgetId}/baseline-history

Path parameters

orgIdstring required

Org identifier (either id or slug)

budgetIdstring required

Budget id

Response

ok

datestring date required

effective date of this baseline value

userIdstring required

user who set this baseline value

eventIdstring required

event that recorded this baseline value

Example response

[
  {
    "userId": "588f7ee98f138b19220041a7",
    "eventId": "588f7ee98f138b19220041a7"
  }
]