Project budgeting total

A project budgeting total.

Get all project budgeting totals

Get all project budgeting totals of the authenticated hub.

SecurityJWT
Request
query Parameters
project
string or integer

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

program
string or integer

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

budgeting
string or integer

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

budgeting_item
string or integer

Filter the project budgeting totals for a budgeting item.

budgeting_category
string or integer

Filter the project budgeting totals for a budgeting category.

calculated
boolean

Filter the project budgeting totals for calculated totals.

created_user
string or integer

Filter the project budgeting totals for a created user.

modified_user
string or integer

Filter the project 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/projectbudgetingtotal
Request samples
Response samples
application/json
{
  • "success": true,
  • "hash": "da46b257f09560658a08834431d48083be3b0a0a",
  • "data": [
    ],
  • "meta": {
    },
  • "timestamp": 1653647418213
}

Get a project budgeting total

Get a project budgeting total.

SecurityJWT
Request
path Parameters
projectbudgetingtotal
required
string or integer

The id/hash of the project budgeting total.

Responses
200

Successful operation

404

Not Found

get/projectbudgetingtotal/{projectbudgetingtotal}
Request samples
Response samples
application/json
{
  • "success": true,
  • "hash": "33195208da2a260d276cedcabdad11c6270e8f04",
  • "data": {
    },
  • "timestamp": 1653647538823
}