listFacetLists
get
/gsadmin/v1/{appName}/content/facets
View list of facet lists.
Request
Supported Media Types
- application/json
Path Parameters
-
appName: string
Specifies the name of your application. For example, "cloud".
Security
-
basicAuth: basic
Type:
basic
Description:Basic username/password authentication.
Response
Supported Media Types
- application/json
200 Response
A list of facet lists.
Root Schema : ListOfFacetList
Type:
object
Additional Properties Allowed
Show Source
-
object ListedRule
A rule configuration as displayed when getting as a list.
-
ecr:createDate(optional):
string
-
ecr:lastModified(optional):
string
-
ecr:lastModifiedBy(optional):
string
-
ecr:type(optional):
string
Default Value:
content-collection-folder
Allowed Values:[ "content-collection-folder" ]
Nested Schema : ListedRule
Type:
object
A rule configuration as displayed when getting as a list.
Show Source
-
ecr:createDate(optional):
string
-
ecr:lastModified(optional):
string
-
ecr:lastModifiedBy(optional):
string
-
ecr:type(optional):
string
Default Value:
content-item
-
priority(optional):
integer(int32)
Specifies the rule priority. In case of rule clash, 'priority' would be used internally to pick the rule with high priority. Lower the number means higher the priority.
-
workflowState(optional):
string
Specifies if the rule is active or not. Accepted values are ACTIVE / INACTIVE with default being 'ACTIVE'.
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