View facet value record collection records

get

/gsdata/v1/{appName}/facets/{recordCollection}

Returns a list of facet value collection records. By default 10 records are returned unless the limit query parameter is specified.

Request

Supported Media Types
Path Parameters
Query Parameters
  • Specifies the number of records to return, if not specified defaults to 10. Setting to 0 will return all records.
Security
Back to Top

Response

Supported Media Types

200 Response

A list of records from the specified record collection.
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