Measure package budgeting total

A measure package budgeting total.

Get all measure package budgeting totals

Get all measure package budgeting totals of the authenticated hub.

SecurityJWT
Request
query Parameters
measure_package
string or integer

The measure package for which the measure package budgeting totals should be displayed.

project
string or integer

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

program
string or integer

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

budgeting
string or integer

The budgeting for which the measure package budgeting totals should be displayed.

budgeting_item
string or integer

Filter the measure package budgeting totals for a budgeting item.

budgeting_category
string or integer

Filter the measure package budgeting totals for a budgeting category.

calculated
boolean

Filter the measure package budgeting totals for calculated totals.

created_user
string or integer

Filter the measure package budgeting totals for a created user.

modified_user
string or integer

Filter the measure package 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/measurepackagebudgetingtotal
Request samples
Response samples
application/json
{
  • "success": true,
  • "hash": "ab0cf7f2b56080103fea5546b3f7a32bfec604ac",
  • "data": [
    ],
  • "meta": {
    },
  • "timestamp": 1653639253218
}

Get a measure package budgeting total

Get a measure package budgeting total.

SecurityJWT
Request
path Parameters
measurepackagebudgetingtotal
required
string or integer

The id/hash of the measure package budgeting total.

Responses
200

Successful operation

404

Not Found

get/measurepackagebudgetingtotal/{measurepackagebudgetingtotal}
Request samples
Response samples
application/json
{
  • "success": true,
  • "hash": "52f5a9a04a060eabff17b2b8644c974f3e6c1340",
  • "data": {
    },
  • "timestamp": 1653644069290
}