SmartsheetBuilderGOV_BASE_URI Field |  |
Represents the base URI of the Smartsheetgov REST API.
It is a constant with Value "https://api.smartsheetgov.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 GOV_BASE_URI = "https://api.smartsheetgov.com/2.0/"
Public Const GOV_BASE_URI As String = "https://api.smartsheetgov.com/2.0/"
public:
literal String^ GOV_BASE_URI = "https://api.smartsheetgov.com/2.0/"
static val mutable GOV_BASE_URI: string
Field Value
Type:
String
See Also