View a Budget Item by Assigned Configured Field

get

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

This endpoint returns budget items that meet the following requirements:
  • 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.
  • The object belongs to a project with an ID value that matches the value of the {id} path parameter.
Budget items represent costs associated with labor or other project expenses.

Request

Path Parameters

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : ApiEntityBudgetItem
Type: object
Show Source
Nested Schema : Hour
Type: object
Show Source
Nested Schema : ApiEntityBudgetItemConfiguredFields
Type: object
Show Source
Nested Schema : ApiEntityBudgetItemCost
Type: object
Show Source
Nested Schema : costFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing cost fields in the form of key-value pairs.
Nested Schema : otherFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing non-cost, non-text fields in the form of key-value pairs.
Nested Schema : textFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing text fields 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 item does not exist, or you do not have access to it.