Get details about configured query rewrites.
Using query parameters
You can specify most of the field value pairs returned in the response as parameters in your request URL. For example, you can request a specific type of query rewrite to return in the response by adding
type=REWRITE_TYPE
to the request URL:curl --request GET \ --url 'https://FUSION_HOST.com/api/apps/APP_NAME/query-rewrite/instances?type=synonym'
.
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
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.
OK
The response is of type object[]
.