View an Fund Actual by Project Actual

get

/api/restapi/fundActual/projectActuals/{projectActualsId}

Send a request to this endpoint to view all allocated funds to a project actual.

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<ApiEntityFundActual>
Type: array
Title: List<ApiEntityFundActual>
Show Source
Nested Schema : ApiEntityFundActual
Type: object
Title: ApiEntityFundActual
Show Source
Nested Schema : fundActualCost
The cost associated with the fund actual.
Match All
Show Source
Nested Schema : ApiEntityFundActualCost
Type: object
Title: ApiEntityFundActualCost
Show Source

204 Response

Successful operation with no content.

404 Response

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