GetWorkViewsForResource

Retrieves a list of work views the calling resource has access to. In other words, it returns the views a user is owner or user of. Typically, this call is used when the user logs in to the client to show their list of views.

  • The request must specify the number of items to retrieve.
  • The response contains the unique entity ID of the work views and their details, for example their description, creation date and owner.
Action getWorkViewsForResource
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