fileDetails

open fun fileDetails(sfdcId: String, version: String): RestRequest

Build a Request that can fetch the file details of a particular version of a file.

Return

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

Parameters

sfdcId

The Id of the file.

version

If null fetches the most recent version, otherwise fetches this specific version.