List

List Budget

List all the created budgets in proxy db. Used on Admin UI.

GET/budget/list
Authorization
Response

Successful Response

Body
any
Request
const response = await fetch('/budget/list', {
    method: 'GET',
    headers: {},
});
const data = await response.json();