fileShares

open fun fileShares(sfdcId: String, pageNum: Integer): RestRequest

Build a Request that can fetch a page from the list of entities that this file is shared to.

Return

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

Parameters

sfdcId

The Id of the file.

pageNum

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