listFacetLists

get

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

View list of facet lists.

Request

Supported Media Types
Path Parameters
Security
Back to Top

Response

Supported Media Types

200 Response

A list of facet lists.
Body ()
Root Schema : ListOfFacetList
Type: object
Additional Properties Allowed
Show Source Show Source
Nested Schema : ListedRule
Type: object
A rule configuration as displayed when getting as a list.
Show Source
Back to Top

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
Back to Top