GET
/
signals
/
{collection}
/
i
cURL
curl --request GET \
  --url https://{FUSION HOST}/api/signals/{collection}/i \
  --header 'Authorization: Basic <encoded-value>'
"aSDinaTvuI8gbWludGxpZnk="

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

collection
string
required

The name of the signals collection.

Query Parameters

params
object
required

Response

200 - image/png

OK

The response is of type string<byte>.