SiteInterfaces
The console, windows, and pages used by staff members and customers to access the application and interact with a single knowledge base.
Table-Specific Information
SELECT
The component will use the Oracle Service Cloud API to process WHERE clause conditions built with =,!=,<,>,<=,>=,IN,NOT_IN,IS,IS_NOT,LIKE operators. The rest of the filters are executed client side within the component.
SELECT * FROM SiteInterfaces WHERE id = 12 SELECT * FROM SiteInterfaces WHERE id > 15 SELECT * FROM SiteInterfaces WHERE name LIKE '%test' SELECT * FROM SiteInterfaces WHERE id IN (12, 23, 123) SELECT * FROM SiteInterfaces WHERE name IS NOT NULL
Columns
Name | Type | Description |
CreatedTime | Datetime | The date and time when the site interface was created. This attribute is read-only. |
DisplayName | String | The display name of the site interface. |
Id [KEY] | Long | The unique identifier of the site interface. |
LanguageId | Long | Id of language. The language associated with the interface. |
LanguagelookUpName | String | LookUpName of language. The language associated with the interface. |
LookupName | String | The name used to look up the site interface. |
Name | String | The name of the site interface. |
UpdatedTime | Datetime | The date and time when the site interface was last updated. This attribute is read-only. |