GET
/
query-rewrite
/
instances
List query rewrites
curl --request GET \
  --url https://{FUSION HOST}/api/query-rewrite/instances \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "type": "banner",
    "id": "<string>",
    "source": "<string>",
    "sourceType": "<string>",
    "createdOn": "2023-11-07T05:31:56Z",
    "updatedOn": "2023-11-07T05:31:56Z",
    "reviewer": "<string>",
    "reviewedOn": "2023-11-07T05:31:56Z",
    "review": "auto",
    "deployed": true,
    "tags": [
      "<string>"
    ],
    "is_deleted": true,
    "base_object_id_s": "<string>",
    "doc_type": "<string>",
    "description": "<string>",
    "priority": 1,
    "matching": "<string>",
    "groups": "<string>",
    "rollup": "<string>"
  }
]

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.

Response

200 - */*

OK

The response is of type object[].