View all Scope Item Assignment Activities by Scope Item Assignment

get

/api/restapi/scopeItemAssignmentActivity/scopeItemAssignment/{scopeItemAssignmentId}

This endpoint returns scope item assignments that meet the following requirements:
  • The object is associated with a scope item assignment with an ID value that matches the value of the {scopeItemAssigmentId} 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