View Integrated Project Actuals Line Items
get
/primeapi/restapi/projectActualsLineItem/externallySourced
This endpoint returns all integrated project actuals line item objects.
Request
There are no request parameters for this operation.
Response
Supported Media Types
- application/json
200 Response
successful operation
Nested Schema : ApiEntityProjectActuals
Type:
Show Source
object
-
approvedByUserId:
integer(int64)
The username of the user who approved the item.
-
approvedDate:
string(date-time)
The date that the actual was approved.
-
currencyId:
integer(int64)
The currency associated with the actual.
-
description:
string
Allowed Values:
[ "Length[1-4000]" ]
Details about the actual. -
effectiveDate:
string(date-time)
The date the actual is effective.
-
fixedExchangeRate:
number
The exchange rate used to convert the Total Amount value from the record currency to the base currency.
-
itemPrefix:
string
Allowed Values:
[ "Length[1-60]" ]
The auto numbering prefix of a code. -
itemSuffix:
integer(int64)
The auto numbering suffix of a code.
-
link:
string(uri)
Read Only:
true
-
projectActualCode:
string
Allowed Values:
[ "Length[1-60]" ]
The unique identifier for an actual. -
projectActualConfiguredFields:
object ApiEntityProjectActualsConfiguredFields
-
projectActualId:
integer(int64)
The unique identifier of project actual data.
-
projectActualName:
string
Allowed Values:
[ "Length[1-255]" ]
The name of the actual. -
projectActualsCost:
object ApiEntityProjectActualsCost
-
projectCompanyId:
integer(int64)
The name of the company associated with the actual.
-
projectId:
integer(int64)
The unique identifier for the project.
-
sourceId:
string
The unique identifier of project actual data in an external source.Example:
coarse
-
status:
string
Allowed Values:
[ "PENDING", "APPROVED" ]
That status of the actual. Valid values are Pending and Confirmed. -
totalHours:
object Hour
-
updateDate:
string(date-time)
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. -
withdrawByUserId:
integer(int64)
The username of the user who withdrew confirmation of the project actual.
-
withdrawDate:
string(date-time)
The date that confirmation of the project actual was withdrawn.
Nested Schema : ApiEntityProjectActualsConfiguredFields
Type:
Show Source
object
-
costFlexMap:
object costFlexMap
Additional Properties Allowed: additionalPropertiesThe cost fields associated with a project actual.
-
link:
string(uri)
Read Only:
true
-
otherFlexMap:
object otherFlexMap
Additional Properties Allowed: additionalPropertiesThe cost fields associated with a project actual.
-
projectActualId:
integer(int64)
The unique identifier of project actual data.
-
textFlexMap:
object textFlexMap
Additional Properties Allowed: additionalPropertiesThe cost fields associated with a project actual.
-
updateDate:
string(date-time)
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.
Nested Schema : ApiEntityProjectActualsCost
Type:
Show Source
object
-
link:
string(uri)
Read Only:
true
-
projectActualId:
integer(int64)
-
projectActuals:
object ApiEntityProjectActuals
-
totalAmount:
object Cost
-
totalAmountProject:
object Cost
-
totalAmountProjectActuals:
object Cost
-
totalAmountWithCbs:
object Cost
-
totalAmountWithCbsProject:
object Cost
-
totalAmountWithCbsProjectActuals:
object Cost
-
totalAmountWorkspace1:
object Cost
-
totalAmountWorkspace2:
object Cost
-
totalAmountWorkspace3:
object Cost
-
updateDate:
string(date-time)
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.
Nested Schema : costFlexMap
Type:
object
Additional Properties Allowed
Show Source
The cost fields associated with a project actual.
Nested Schema : otherFlexMap
Type:
object
Additional Properties Allowed
Show Source
The cost fields associated with a project actual.
Nested Schema : textFlexMap
Type:
object
Additional Properties Allowed
Show Source
The cost fields associated with a project actual.
Nested Schema : additionalProperties
Type:
object
Nested Schema : additionalProperties
Type:
object
Nested Schema : additionalProperties
Type:
object
Nested Schema : Cost
Type:
object
204 Response
The requested project actuals line item does not exist, or you do not have access to it.