GetPublicWorkViews

Retrieves a list of all public work views. Work views are specified as public either when they are created (using CreateWorkListView) or edited (using GetWorkViewDetails).

  • The request must specify the start position and number of items to retrieve.
  • The response contains the unique entity ID of the work view. It also displays any optional work list view details, if they are specified. For example, its description, creation date and owner.
Action getPublicWorkViews
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