POST
/
query
/
{id}
/
Get query results
curl --request POST \
  --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.

Response

200
application/*

OK

Query response object.