View Integrated Budget Items

get

/primeapi/restapi/budgetItem/externallySourced

This endpoint returns all integrated budget item objects.

Request

There are no request parameters for this operation.

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : ApiEntityExternallySourcedBudgetItem
Type: object
Show Source
  • The type of cost associated with the budget item.
  • The object has a code that matches the value of the {code} path parameter.
  • the cost category assigned to this budget item.
  • The name of the CBS Code.
  • The unique identifier of the project budget item.
  • The name of the budget item.
  • The suffix of a budget item code.
  • Hour
  • The system-generated identifier of a project budget.
  • The object has a code that matches the value of the {code} path parameter.
  • the project associated with this budget item.
  • The number of each budget item needed to complete the work.
  • The unique identifier of budget item data in an external source.
    Example: coarse
  • The Unit of Measure used for the budget item.
  • Read Only: true
    The date on which the object was last updated. This parameter is not included in POST request responses. Use this parameter filter objects returned from GET requests by a particular modification date.
  • The user-specified identifier of a workspace.
  • 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. No additional content included.