Program budgeting total

A program budgeting total.

Get all program budgeting totals

Get all program budgeting totals of the authenticated hub.

SecurityJWT
Request
query Parameters
program
string or integer

The program for which the program budgeting totals should be displayed.

budgeting
string or integer

The budgeting for which the program budgeting totals should be displayed.

budgeting_item
string or integer

Filter the program budgeting totals for a budgeting item.

budgeting_category
string or integer

Filter the program budgeting totals for a budgeting category.

calculated
boolean

Filter the program budgeting totals for calculated totals.

created_user
string or integer

Filter the program budgeting totals for a created user.

modified_user
string or integer

Filter the program budgeting totals for a modified user.

page
integer
Default: 1

The page number of the response.

Responses
200

Successful operation

404

Not Found

422

Unprocessable Content

get/programbudgetingtotal
Request samples
Response samples
application/json
{
  • "success": true,
  • "hash": "f739c3b365af5b28def1d51a77c7d33426587c19",
  • "data": [
    ],
  • "meta": {
    },
  • "timestamp": 1653639253218
}

Get a program budgeting total

Get a program budgeting total.

SecurityJWT
Request
path Parameters
programbudgetingtotal
required
string or integer

The id/hash of the program budgeting total.

Responses
200

Successful operation

404

Not Found

get/programbudgetingtotal/{programbudgetingtotal}
Request samples
Response samples
application/json
{
  • "success": true,
  • "hash": "dd075435bf05c301a0353ed34775b0da51f5661a",
  • "data": {
    },
  • "timestamp": 1653646624678
}