[GET] ~/uiconfig/resultlist
Gets result list appearance.
Request Information
URI Parameters
None.
Body Parameters
None.
Request Formats
None.
Response Information
Resource Description
The result list appearance.
An instance of: ResultAppearanceConfiguration| Name | Description | Type | |
|---|---|---|---|
| Collection of SortBy | |||
| SortBy | |||
| SortDir | |||
| Collection of integer | |||
| integer | |||
| boolean | |||
| FeaturePriorityConfiguration | |||
| NavBarBehavior | |||
| SecondaryResultDisplay | |||
| ResultPageLayout |
Response Formats
application/json, text/json
Sample:
{
"orderings": [
"Model",
"Model"
],
"defaultOrdering": "Model",
"defaultOrderDir": "Asc",
"pageSizes": [
1,
2
],
"defaultPageSize": 1,
"enableInfiniteScroll": true,
"featurePriority": {
"webSettingsGroupId": 1,
"prioritizedFeatureIds": [
1,
2
]
},
"navBarBehavior": "Hidden",
"secondaryResultDisplay": "Default",
"defaultResultPageLayout": "RegularList"
}