Return binary content (e.g. a file).
This message MUST be sent by the app in case binary data has been requested by the client.
This message acknowledges:
Message | Condition | Error Codes | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
request/blob (client -> app) | (None) |
|
Field | Description | Type | Optional | Nullable |
---|---|---|---|---|
type |
The receiver type Allowed values:
|
String | False | False |
id |
The receiver identity |
String | False | False |
messageId |
The id of the message associated to the blob |
String | False | False |
Field | Description | Type | Optional | Nullable |
---|---|---|---|---|
blob |
The binary data |
Binary | False | False |
type |
The MIME type of the data |
String | False | False |
name |
The filename |
String | False | False |