View a Workspace Total Item by ID and Template Type
get
/primeapi/restapi/cbs/aggregate/reference/{id}?templateType={templateType}
This endpoint returns workspace total items that meet the following requirements:
- The object has a reference to another object with an ID value that matches the value of the {id} path parameter.
- The object has a template with a type that matches one or more values of the {templateType} query parameter.
Request
Path Parameters
-
id: integer(int64)
UNDEFINED
Query Parameters
-
templateType: string
The Rollup type for workspace total item.Allowed Values:
[ "WORKSPACE", "PROJECT" ]
Response
Supported Media Types
- application/json
200 Response
successful operation
Root Schema : ApiEntityWorkspaceTotalItem
Type:
Show Source
object
-
aggregateId:
integer(int64)
-
link(optional):
string(url)
Read Only:
true
-
parentWorkspace:
integer(int64)
-
referenceObjectId:
integer(int64)
-
rollupType:
string
Allowed Values:
[ "WORKSPACE", "PROJECT" ]
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response. -
workspaceTotalRow:
object ApiEntityWorkspaceTotalRow
-
workspaceTotalRowCost:
object ApiEntityWorkspaceTotalRowCost
Nested Schema : ApiEntityWorkspaceTotalRow
Type:
Show Source
object
-
actualHoursToDate:
object Hour
-
aggregateId:
integer(int64)
-
approvedChangedHours:
object Hour
-
atCompletionHours:
object Hour
-
bacHours:
object Hour
-
baselineHours:
object Hour
-
eacHours:
object Hour
-
earnedHours:
object Hour
-
etcAdjustedHours:
object Hour
-
etcHours:
object Hour
-
installedHours:
object Hour
-
link(optional):
string(url)
Read Only:
true
-
pendingChangedHours:
object Hour
-
plannedHours:
object Hour
-
projectActualHours:
object Hour
-
projectEarnedHours:
object Hour
-
projectHPI:
object Hour
-
remainingHours:
object Hour
-
revisedHours:
object Hour
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
Nested Schema : ApiEntityWorkspaceTotalRowCost
Type:
Show Source
object
-
actualCostToDate:
object Cost
-
adjustedCost:
object Cost
-
approvedChangedCost:
object Cost
-
atCompletionCost:
object Cost
-
bacCost:
object Cost
-
baselineCost:
object Cost
-
currentBudget:
object Cost
-
currentBudgetWorkspace1:
object Cost
-
currentBudgetWorkspace2:
object Cost
-
currentBudgetWorkspace3:
object Cost
-
currentCommitments:
object Cost
-
currentCommitmentsWorkspace1:
object Cost
-
currentCommitmentsWorkspace2:
object Cost
-
currentCommitmentsWorkspace3:
object Cost
-
currentContracts:
object Cost
-
currentContractsWorkspace1:
object Cost
-
currentContractsWorkspace2:
object Cost
-
currentContractsWorkspace3:
object Cost
-
eacCost:
object Cost
-
earnedCost:
object Cost
-
etcCost:
object Cost
-
installedCost:
object Cost
-
link(optional):
string(url)
Read Only:
true
-
pendingChangedCost:
object Cost
-
plannedCost:
object Cost
-
projectActualCost:
object Cost
-
projectCPI:
number
-
projectEarnedCost:
object Cost
-
remainingCost:
object Cost
-
revisedCost:
object Cost
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response. -
workspaceTotalItemId(optional):
integer(int64)
The system-generated identifier of a workspace total item.
Nested Schema : Cost
Type:
object
404 Response
The requested object does not exist, or you do not have access to it.