Program budgeting effect

A program budgeting effect.

Get all program budgeting effects

Get all program budgeting effects of the authenticated hub.

SecurityJWT
Request
query Parameters
program
string or integer

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

budgeting
string or integer

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

budgeting_item
string or integer

Filter the program budgeting effects for a budgeting item.

budgeting_category
string or integer

Filter the program budgeting effects for a budgeting category.

budgeting_period
string

Filter the program budgeting effects for a budgeting period name.

The name must be provided in the following formats:

Period typeFormatExample
WeeklyJJJJ-CW-##2021-CW-20
MonthlyJJJJ-MMM2021-Mar
QuarterlyJJJJ-QQ2021-Q1
YearlyJJJJ2021
Financial yearJJJJ-JJJJ2021-2022

start_time
string <date-time>

Filter the program budgeting effects for a budgeting period start time.

The date must be before or equal to the end time.

end_time
string <date-time>

Filter the program budgeting effects for a budgeting period end time.

The date must be after or equal to the start time.

calculated
boolean

Filter the program budgeting effects for calculated effects.

created_user
string or integer

Filter the program budgeting effects for a created user.

modified_user
string or integer

Filter the program budgeting effects 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/programbudgetingeffect
Request samples
Response samples
application/json
{
  • "success": true,
  • "hash": "933e22de5542bd8df9921051c3bd035388d67af1",
  • "data": [
    ],
  • "meta": {
    },
  • "timestamp": 1653645943294
}

Get a program budgeting effect

Get a program budgeting effect.

SecurityJWT
Request
path Parameters
programbudgetingeffect
required
string or integer

The id/hash of the program budgeting effect.

Responses
200

Successful operation

404

Not Found

get/programbudgetingeffect/{programbudgetingeffect}
Request samples
Response samples
application/json
{
  • "success": true,
  • "hash": "094691a1dd8f55ab18460f7b4921461eac602a92",
  • "data": {
    },
  • "timestamp": 1653646285115
}