View Budget Transaction by Assigned Configured Field

get

/primeapi/restapi/budgetItem/{id}/transactions/configuredField/{viewColumnName}/{value}

This endpoint returns budget transactions that meet the following requirements:
  • The object is associated with a budget item with an ID value that matches the value of the {id} path parameter.
  • The object has a configured field with a column name that matches the value of the {viewColumnName} path parameter and a value that matches the value of the {value} path parameter.
Budget transcations capture the budget transfers and budget changes for project budgets.

Request

Path Parameters

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : ApiEntityBudgetTransaction
Type: object
Show Source
Nested Schema : TimezoneSensitiveDateTime
Type: object
Show Source
Nested Schema : Hour
Type: object
Show Source
Nested Schema : ApiEntityBudgetTransactionConfiguredFields
Type: object
Show Source
Nested Schema : ApiEntityBudgetTransactionCost
Type: object
Show Source
Nested Schema : costFlexMap
Type: object
Additional Properties Allowed
Show Source
A list of all configured cost fields and values assigned to the budget change in the form of key-value pairs.
Nested Schema : otherFlexMap
Type: object
Additional Properties Allowed
Show Source
A list of all configured other fields and values assigned to the budget change in the form of key-value pairs.
Nested Schema : textFlexMap
Type: object
Additional Properties Allowed
Show Source
A list of all configured text fields and values assigned to the budget change in the form of key-value pairs.
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : Cost
Type: object

204 Response

Successful operation with no content.

404 Response

The requested Budget Transaction does not exist, or you don't have access to it.