Retrieving a List of Work Views for a Resource

You can retrieve a list of work list views to which the calling resource has access, in other words, a list of work list views for which the calling resource is either an Owner or an Author.

The getViewsForResource function is used to retrieve this type of list. You must specify:

  • startPosition - the position in the list of views from which to start the page of results. The list is zero-based. To start at the first item, specify 0 (zero).
  • numberOfItems - the number of views to display.