ownedFilesList

open fun ownedFilesList(userId: String, pageNum: Integer): RestRequest

Build a Request that can fetch a page from the files owned by the specified user.

Return

A new RestRequest that can be used to fetch this data.

Parameters

userId

If null the context user is used, otherwise it should be an Id of a user.

pageNum

If null fetches the first page, otherwise fetches the specified page.