Info_ServerInformation
Access Smartsheet server information and application constants, useful for API integrations.
Table Specific Information
Select
Retrieve Server Information:
SELECT * FROM Info_ServerInformation
Columns
| Name | Type | References | Description |
| SupportedLocales | String | An array of locale strings supported by Smartsheet, used for regional and language settings. | |
| FormatsDefaults | String | Describes default format settings for display in the Smartsheet Web application when no custom format values are applied. | |
| FontFamily | String | Defines the font families available, including additional metadata about each font. | |
| FontSize | String | Specifies font sizes in points, representing the height of characters in text. | |
| Bold | String | Indicates if text is bolded. Possible values include 'none' (not bolded) and 'on' (bolded). | |
| Italic | String | Indicates if text is italicized. Possible values include 'none' (not italicized) and 'on' (italicized). | |
| Underline | String | Indicates if text is underlined. Possible values include 'none' (no underline) and 'on' (underlined). | |
| Strikethrough | String | Indicates if text has a strikethrough effect. Possible values include 'none' (no strikethrough) and 'on' (strikethrough applied). | |
| HorizontalAlign | String | Defines horizontal text alignment within cells. Possible values include 'none', 'left', 'center', 'right'. | |
| VerticalAlign | String | Defines vertical text alignment within cells. Possible values include 'top', 'middle', 'bottom'. The default value is 'top'. | |
| Color | String | Specifies text and background color in hex format. If 'none', applications use default colors (for example, Black for text, White for background). | |
| Currency | String | Lists supported currency codes (for example, USD, EUR) along with their respective symbols. | |
| ThousandsSeparator | String | Determines if numbers display a thousands separator (for example, 1,000). Possible values include 'none' (no separator) and 'on' (separator applied). | |
| NumberFormat | String | Specifies how numbers are formatted. Possible values include 'none', 'NUMBER', 'CURRENCY', 'PERCENT'. | |
| TextWrap | String | Indicates whether text wraps within the cell. Possible values include 'none' (no wrap) and 'on' (text wraps). |