SmartsheetBuilder.DEFAULT_BASE_URI Field |  |
Represents the default base URI of the Smartsheet REST API.
It is a constant with Value "https://api.smartsheet.com/2.0".
Namespace:
Smartsheet.Api
Assemblies:
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntaxpublic const string DEFAULT_BASE_URI = "https://api.smartsheet.com/2.0/"
Public Const DEFAULT_BASE_URI As String = "https://api.smartsheet.com/2.0/"
public:
literal String^ DEFAULT_BASE_URI = "https://api.smartsheet.com/2.0/"
static val mutable DEFAULT_BASE_URI: string
Field Value
Type:
String
See Also