Returns the Project Actuals line items for the specified ProjectActuals ID.

get

/primeapi/restapi/v16.2/projectActualsLineItem/{id}

Request

Path Parameters
id
Type: integer (int64)
Required: true
ID of the ProjectActuals line item to be found.

Response

Supported Media Types
  • application/json
200 Response
successful operation
Body
Root Schema : ApiEntityProjectActualsLineItem
Type: object
Nested Schema : Hour
Type: object
Nested Schema : ApiEntityProjectActualsLineItemCost
Type: object
Nested Schema : Quantity
Type: object
Nested Schema : Cost
Type: object
404 Response
The project Actuals Line items does not exist or you do not have access to it.