HomeResourcesGetHome Method (IEnumerableHomeInclusion, IEnumerableHomeExclusion) | ![]() |
Gets a nested list of all Home objects, including folders, reports, sheets, templates, and workspaces as shown on the Home tab.
Mirrors to the following Smartsheet REST API method: GET /home
Namespace: Smartsheet.Api
Home GetHome( IEnumerable<HomeInclusion> includes, IEnumerable<HomeExclusion> excludes )
Exception | Condition |
---|---|
InvalidRequestException | if there is any problem with the REST API request |
AuthorizationException | if there is any problem with the REST API authorization (access token) |
InvalidRequestException | if the resource cannot be found |
ResourceNotFoundException | if the REST API service is not available (possibly due to rate limiting) |
ServiceUnavailableException | if any other REST API related error occurred during the operation |
SmartsheetException | if any other error occurred during the operation |