latestOpenAPI 3.0.12026-08-08175166.0 KB

e93b1cd07aaf

Budget Programs

Get Budget Program

Retrieves a Budget Program by ID

get/v1/budget_programs/{id}

Path parameters

idstring required

Response

The Budget Program that was retrieved

idstring required
namestring required
descriptionstring nullable
existing_budget_idsstring[] nullable

IDs for existing Spend Limits associated with this Budget Program.

budget_program_status'BUDGET_PROGRAM_STATUS_ACTIVE' | 'BUDGET_PROGRAM_STATUS_INACTIVE' | 'BUDGET_PROGRAM_STATUS_DELETED' required
creator_user_idstring nullable
created_atstring date required
updated_atstring date required

Example response

{
  "budget_blueprints": [
    {
      "limit": {
        "amount": 700,
        "currency": "USD"
      }
    }
  ]
}