View all Scope Item Assignment Activities by Activity

get

/api/restapi/scopeItemAssignmentActivity/activity/{activityId}

This endpoint returns scope item assignments that meet the following requirements:
  • The object is associated with an activity with an ID value that matches the value of the {activityId} path parameter.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityScopeItemAssignmentActivity>
Type: array
Title: List<ApiEntityScopeItemAssignmentActivity>
Show Source
Nested Schema : ApiEntityScopeItemAssignmentActivity
Type: object
Title: ApiEntityScopeItemAssignmentActivity
Show Source

204 Response

Successful operation with no content.

404 Response

The requested object does not exist, or you do not have access to it.
Back to Top