View all Project Budget Changes by Parent

get

/api/restapi/budgetChange/byParent

Send a request to this endpoint to view all project budget changes under parent with codes matching the code fields in query parameters.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityBudgetChange>
Type: array
Title: List<ApiEntityBudgetChange>
Show Source
Nested Schema : ApiEntityBudgetChange
Type: object
Title: ApiEntityBudgetChange
Show Source
Nested Schema : budgetChangeCost
An object containing the cost fields associated with the budget change.
Match All
Show Source
Nested Schema : budgetTransactions
Type: array
List of all budget transactions for the project budget change.
Show Source
Nested Schema : configuredFields
Type: array
The list of configured fields for a budget change.
Show Source
Nested Schema : ApiEntityBudgetChangeCost
Type: object
Title: ApiEntityBudgetChangeCost
Read Only: true
Show Source
Nested Schema : ApiEntityBudgetChangeTransaction
Type: object
Title: ApiEntityBudgetChangeTransaction
Show Source
Nested Schema : budgetTransactionCost
The cost of a budget transaction.
Match All
Show Source
Nested Schema : configuredFields
Type: array
The list of configured fields for a budget change transaction.
Show Source
Nested Schema : ApiEntityBudgetTransactionCost
Type: object
Title: ApiEntityBudgetTransactionCost
Show Source
Nested Schema : ApiEntityBudgetTransactionConfiguredFieldValue
Type: object
Title: ApiEntityBudgetTransactionConfiguredFieldValue
Show Source
Nested Schema : ApiEntityBudgetChangeConfiguredFieldValue
Type: object
Title: ApiEntityBudgetChangeConfiguredFieldValue
Show Source

204 Response

Successful operation with no content.

404 Response

The requested object does not exist, or you do not have access to it.
Back to Top