GetWorkItemsForView

Retrieves the work item list for a specific work view. This must be executed as a resource who has access to the work view.

  • The request must specify the unique entity ID of the work list view and the number of items to retrieve.
  • The response contains the work item list for the specified work view.
Action getWorkItemsForView
Parameter Notes
  • startPosition: the position in the work list from which to start the page of results. The list is zero-based. To start at the first item, specify 0.
  • numberOfItems: the number of items from the work view to include.
Return WorkViewsResult

Required System Action

viewWorkList