GET
/
query
/
{id}
/
Get query results
curl --request GET \
  --url https://{FUSION HOST}/api/query/{id}/ \
  --header 'Authorization: Basic <encoded-value>'
{
  "contentType": "<string>",
  "mediaType": {
    "type": "<string>",
    "subtype": "<string>",
    "parameters": {},
    "wildcardType": true,
    "wildcardSubtype": true
  },
  "contentCharset": "<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.

Path Parameters

id
string
required

The query profile ID.

Query Parameters

params
object
required

Additional parameters used when executing the query.

Response

OK

Query response object.

contentType
string
mediaType
object
contentCharset
string