Function get_cost_budget

Source
pub async fn get_cost_budget(
    platform_id: i64,
    id: i64,
    db_manager: &State<Arc<DatabaseManager>>,
) -> Result<Json<CostBudget>, (Status, Json<Value>)>
Expand description

Get a specific cost budget by ID.