If you set itemPage="page" as shown in the code example below, then your URL may look like this:
https://your_instance_url/your_portal/page
itemView
String
Y
Specify the view used for item rendering.
condition
String
N
Specify a condition applied to the list. This attribute should contain data of the Conditions type.
fixedCondition
String
N
Specify a condition applied to the list. Unlike the condition specified with the condition attribute, this condition is fixed and cannot be removed; it can be only specified more precisely.
Define columns containing data of the Choice type if you need to specify choice options in your condition.
Columns specified in the attribute should be added to the view defined in the <listView> attribute. Otherwise, filtering by columns will not be available.
dateConditionName
String
N
Define columns containing data of the Date or Date/Time type if you need to specify date ranges in your condition.
perPage
Integer
N
Specify the number of page items. The default value is "20".
displayColumnNumber
Integer
Y
Specify a column number to open a record by clicking on it.