View all Scope Item Assignment Activities by Scope Item Assignment
get
/primeapi/restapi/scopeItemAssignmentActivity/scopeItemAssignment/{id}
This endpoint returns scope item assignments that meet the following requirements:
- The object is associated with an assignment with an ID value that matches the value of the {assignmentId} path parameter.
Request
Path Parameters
-
id: integer(int64)
The system-generated identifier of an assignment.
Response
Supported Media Types
- application/json
200 Response
successful operation
Nested Schema : ApiEntityScopeItemAssignmentActivity
Type:
Show Source
object
-
activityId:
integer(int64)
The system-generated identifier of an activity.
-
link(optional):
string(url)
Read Only:
true
-
manualWeight(optional):
number(double)
Calculated as Scope Percent Complete multiplied by Manual Weight.
-
manualWeightFactor(optional):
number(double)
The vlaue used to calculate manual completed weight when progress needs to be weighted against a factor other than quantity, hours, or cost.
-
scopeItemAssignmentActivityId(optional):
integer(int64)
The system-generated identifier of an activity. This value should not be provided in create operation request data, however, it is required for update requests.
-
scopeItemAssignmentId:
integer(int64)
The system-generated identifier of a work package.
-
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.
204 Response
Successful operation with no content.
404 Response
The requested object does not exist, or you do not have access to it.