GET
/
experience-manager
/
search
Get search results for rules
curl --request GET \
  --url https://{FUSION HOST}/api/experience-manager/search \
  --header 'Authorization: Basic <encoded-value>'
{}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

context
string
required

Application context in which the search is performed.

docType
string

Specifies the document type to filter search results.

q
string
required

Search query string used to find matching rules.

rows
integer

The number of search results to return.

staging
boolean
required

Indicates whether to search within the staging environment.

type
string

Specifies the rule type to filter search results.

Response

200
application/json

Search results retrieved successfully.

The response is of type object.