Returns the ProjectActuals specified by the ProjectActuals Code.

get

/primeapi/restapi/v16.2/projectActuals/code/{code}

Request

Path Parameters
code
Type: string
Required: true
Code of the ProjectActuals to be found.

Response

Supported Media Types
  • application/json
200 Response
successful operation
Body
Root Schema : ApiEntityProjectActuals
Type: object
Nested Schema : ApiEntityProjectActualsCost
Type: object
Nested Schema : ApiEntityProjectActualsFlexCost
Type: object
Nested Schema : ApiEntityProjectActualsFlexOther
Type: object
Nested Schema : ApiEntityProjectActualsFlexText
Type: object
Nested Schema : Hour
Type: object
Nested Schema : Cost
Type: object
Nested Schema : flexMap
Type: object
Lists all configured cost fields assigned to the project actuals with its corresponding value as a (key,value) pair.
Nested Schema : additionalProperties
Type: object
Nested Schema : flexMap
Type: object
Lists all configured date, number, integer fields assigned to the project actuals with its corresponding value as a (key,value) pair.
Nested Schema : additionalProperties
Type: object
Nested Schema : flexMap
Type: object
Lists all configured text fields assigned to the project actuals with its corresponding value as a (key,value) pair.
Nested Schema : additionalProperties
Type: object
404 Response
The ProjectActuals does not exist or you do not have access to it.