Returns the scope item assignments for the specified work package ID.

get

/primeapi/restapi/v16.2/scopeItemAssignment/workPackage/{id}

Request

Path Parameters
id
Type: integer (int64)
Required: true
Work Package ID of the Scope Item Assignment Assignment to be found.

Response

Supported Media Types
  • application/json
200 Response
successful operation
Body
Root Schema : ApiEntityScopeItemAssignment
Type: object
Nested Schema : Hour
Type: object
Nested Schema : Quantity
Type: object
Nested Schema : Percent
Type: object
Nested Schema : milestones
Type: array
Unique Items Required: true
Lists all Scope Item Assignment Milestones for this assignment.
Nested Schema : scopeItemAssignmentCodeValue
Type: array
Unique Items Required: true
Lists all Scope Item Assignment code types assigned to the Scope Item Assignment with its corresponding value.
Nested Schema : ApiEntityScopeItemAssignmentCost
Type: object
Nested Schema : ApiEntityScopeItemAssignmentFlexCost
Type: object
Nested Schema : ApiEntityScopeItemAssignmentFlexOther
Type: object
Nested Schema : ApiEntityScopeItemAssignmentFlexText
Type: object
Nested Schema : Cost
Type: object
Nested Schema : ApiEntityScopeItemAssignmentMilestone
Type: object
Nested Schema : ApiEntityRuleOfCreditMilestone
Type: object
Nested Schema : ApiEntityCodeValueScopeItemAssignment
Type: object
Nested Schema : ApiEntityCodeType
Type: object
Nested Schema : ApiEntityCodeValue
Type: object
Nested Schema : assignments
Type: array
Unique Items Required: true
Nested Schema : ApiEntityCodeEntityType
Type: object
Nested Schema : flexMap
Type: object
Lists all configured cost fields assigned to the Scope Item Assignment 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 Scope Item Assignment 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 Scope Item Assignment with its corresponding value as a (key,value) pair.
Nested Schema : additionalProperties
Type: object
404 Response
The Scope Item Assignment do not exist or you do not have access to it.