Document representing a site.
Property | Type | Constraints | Description |
---|---|---|---|
allowed_currencies
|
[String] | The list of allowed currencies. | |
allowed_locales
|
[String] | A list of all allowed site locales. | |
currency
|
String | The currency mnemonic of the site. | |
default_locale
|
String | The default locale of the site. | |
http_dis_base_url
|
String | The HTTP DIS base URL. | |
http_hostname
|
String | The configured HTTP host name. If no host name is configured the instance host name is returned. | |
http_library_content_url
|
String | The HTTP URL to the library content location of the site. | |
http_site_content_url
|
String | The HTTP URL to the site content location. | |
https_dis_base_url
|
String | The HTTPS DIS base URL. | |
https_hostname
|
String | The configured HTTPS host name. If no host name is configured the instance host name is returned. | |
https_library_content_url
|
String | The HTTPS URL to the library content location of the site. | |
https_site_content_url
|
String | The HTTPS URL to the site content location. | |
id
|
String | The id of the site. | |
name
|
String | The descriptive name for the site. | |
status
|
Enum {online, offline} | The site status online/offline. | |
timezone
|
String | The time zone of the site (for example, USA/Eastern). | |
timezone_offset
|
Integer | The time zone offset from UTC for the current time in milliseconds (for example, -14400000). |