View Program Budget Items by Program

get

/api/restapi/programBudgetItem/program/{programId}

This endpoint returns program budget items that meet the following requirements:
  • The object belongs to a program with an ID value that matches the value of the {programId} path parameter.
Program budget items represent costs associated with labor or other program expenses.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityProgramBudgetItem>
Type: array
Title: List<ApiEntityProgramBudgetItem>
Show Source
Nested Schema : ApiEntityProgramBudgetItem
Type: object
Title: ApiEntityProgramBudgetItem
Show Source
Nested Schema : configuredFields
Type: array
An object containing configured fields in the form of key-value pairs.
Show Source
Nested Schema : programBudgetItemCost
Contains Program Budget Item cost related fields.
Match All
Show Source
Nested Schema : ApiEntityProgramBudgetItemConfiguredFieldValue
Type: object
Title: ApiEntityProgramBudgetItemConfiguredFieldValue
Show Source
Nested Schema : ApiEntityProgramBudgetItemCost
Type: object
Title: ApiEntityProgramBudgetItemCost
Show Source

204 Response

Successful operation with no content.

404 Response

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