View a Scope Item Assignment Period Closeout by Scope Item Assignement
get
/primeapi/restapi/periodCloseoutData/scopeAssignment/{scopeItemAssignmentId}
Request
Path Parameters
-
scopeItemAssignmentId: integer(int64)
The system-generated identifier of a scope item assignment.
Response
Supported Media Types
- application/json
200 Response
successful operation
Nested Schema : ApiEntityScopeItemAssignmentPeriodCloseOut
Type:
Show Source
object
-
actualHours(optional):
object Hour
-
actualUnits(optional):
object Quantity
-
atCompletionHours(optional):
object Hour
-
atCompletionUnits(optional):
object Quantity
-
bacHours(optional):
object Hour
-
bacUnits(optional):
object Quantity
-
eacHours(optional):
object Hour
-
eacUnits(optional):
object Quantity
-
earnedHours(optional):
object Hour
-
earnedUnits(optional):
object Quantity
-
etcHours(optional):
object Hour
-
etcUnits(optional):
object Quantity
-
installedHours(optional):
object Hour
-
installedUnits(optional):
object Quantity
-
link(optional):
string(url)
Read Only:
true
-
performancePercentComplete(optional):
object Percent
-
periodItemId:
integer(int64)
The unique identifier of a period item.
-
scopeAssignmentPeriodCloseOutId:
integer(int64)
The unique identifier of scope data.
-
scopeItemAssignmentCostPeriodCloseOut(optional):
object ApiEntityScopeItemAssignmentCostPeriodCloseOut
-
scopeItemAssignmentId:
integer(int64)
The unique identifier for a work package.
-
scopePercentComplete(optional):
object Percent
-
uniqueName(optional):
string
-
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 : Quantity
Type:
object
Nested Schema : ApiEntityScopeItemAssignmentCostPeriodCloseOut
Type:
Show Source
object
-
actualCost(optional):
object Cost
-
actualCostProject(optional):
object Cost
-
atCompletionCost(optional):
object Cost
-
atCompletionCostProject(optional):
object Cost
-
bacCost(optional):
object Cost
-
bacCostProject(optional):
object Cost
-
eacCost(optional):
object Cost
-
eacCostProject(optional):
object Cost
-
earnedCost(optional):
object Cost
-
earnedCostProject(optional):
object Cost
-
etcCost(optional):
object Cost
-
etcCostProject(optional):
object Cost
-
installedCost(optional):
object Cost
-
installedCostProject(optional):
object Cost
-
link(optional):
string(url)
Read Only:
true
-
scopeAssignmentPeriodCloseOutId:
integer(int64)
The unique identifier of scope cost data.
-
uniqueName(optional):
string
-
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 : Cost
Type:
object
204 Response
Successful operation with no content.
404 Response
The requested scope item assignment on period closeout does not exist, or you do not have access to it.