getFacetList

get

/gsadmin/v1/{appName}/content/facets/{facetListName}

View a facet list.

Request

Supported Media Types
Path Parameters
Security
Back to Top

Response

Supported Media Types

200 Response

A facet list that defines the explicit order of facets at a given location.
Body ()
Root Schema : FacetList
Type: object
Represents a facet order list.
Show Source
Nested Schema : contentItem
Type: object
Show Source
Nested Schema : triggers
Type: array
Show Source
Nested Schema : navigation
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : dvalIDs
Type: array
Specifies a list of locations (facet or facet value IDs) in the storefront where the facet list is to be used.
Show Source
Back to Top

Examples

The following example shows how to view a facet list:

curl -H "Authorization:Bearer <token>" -X GET http://<host>:<port>/gsadmin/v1/cloud/content/facets/default
Back to Top