GET
/
query-rewrite
/
search
/
targeted-docs
Get rules by targeted docs
curl --request GET \
  --url https://{FUSION HOST}/api/query-rewrite/search/targeted-docs \
  --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

The app to which this object belongs, as app:SomeApp. If the app doesn't exist, the request fails. Other comma-separated contexts in the context parameter are allowed but ignored.

editSessionId
string

An edit session ID filter. Equivalent to a Fusion username.

documentIds
string[]
required

A list of main collection document IDs.

Response

200 - */*

OK

The response is of type object.