Measure budgeting total

A measure budgeting total.

Get all measure budgeting totals

Get all measure budgeting totals of the authenticated hub.

SecurityJWT
Request
query Parameters
measure
string or integer

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

measure_package
string or integer

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

project
string or integer

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

program
string or integer

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

budgeting
string or integer

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

budgeting_item
string or integer

Filter the measure budgeting totals for a budgeting item.

budgeting_category
string or integer

Filter the measure budgeting totals for a budgeting category.

calculated
boolean

Filter the measure budgeting totals for calculated totals.

filled
boolean

Filter the measure budgeting totals for filled totals.

created_user
string or integer

Filter the measure budgeting totals for a created user.

modified_user
string or integer

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

Get a measure budgeting total

Get a measure budgeting total.

SecurityJWT
Request
path Parameters
measurebudgetingtotal
required
string or integer

The id/hash of the measure budgeting total.

Responses
200

Successful operation

404

Not Found

get/measurebudgetingtotal/{measurebudgetingtotal}
Request samples
Response samples
application/json
{
  • "success": true,
  • "hash": "ab0cf7f2b56080103fea5546b3f7a32bfec604ac",
  • "data": {
    },
  • "timestamp": 1653639253218
}