Click or drag to resize

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
Syntax
public const string DEFAULT_BASE_URI = "https://api.smartsheet.com/2.0/"

Field Value

Type: String
See Also