public interface ServerInfoResources
| Modifier and Type | Method and Description |
|---|---|
ServerInfo |
getServerInfo()
Gets application constants.
|
ServerInfo getServerInfo() throws SmartsheetException
Gets application constants.
It mirrors to the following Smartsheet REST API method: GET /serverinfo
IllegalArgumentException - if any argument is null or empty stringInvalidRequestException - if there is any problem with the REST API requestAuthorizationException - if there is any problem with the REST API authorization (access token)ResourceNotFoundException - if the resource cannot be foundServiceUnavailableException - if the REST API service is not available (possibly due to rate limiting)SmartsheetException - if there is any other error during the operationCopyright © 2014–2017 Smartsheet. All rights reserved.