listFacetLists

get

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

View list of facet lists.

Request

Supported Media Types
  • application/json
Path Parameters
appName
Type: string
Required: true
Specifies the name of your application. For example, "cloud".
Security
basicAuth
Type: basic
Description: Basic username/password authentication.

Response

Supported Media Types
  • application/json
200 Response
A list of facet lists.
Body
Root Schema : ListOfFacetList
Type: object
Nested Schema : FacetList
Type: object
Represents a facet order list.
Nested Schema : contentItem
Type: object
Nested Schema : triggers
Type: array
Nested Schema : navigation
Type: array
Nested Schema : items
Type: object
Nested Schema : items
Type: object
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.

Examples

The following example shows how to view the list of facets for the cloud application:

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