Returns base64 of multimedia message specified. It can be used only when the contact is terminated and stored into database.
Status | ||||
---|---|---|---|---|
|
Path Variables:
Name | Mandatory | Type | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
domain |
|
| Unique domain identifier | ||||||||||
messageId |
|
| Unique message identifier |
Authorization: see Authentication mechanisms
Response:
Type:
Status | ||
---|---|---|
|
Name | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
result |
| If true, the service response was performed correctly | ||||||||
message |
| An object that contains base64 of the multimedia |
error |
| Contains the error description if an error has occurred in the request |
Example:
Request
http://<hostname>:<port>/livechat/default/getMultimediaMessageByMessageID/d46a1151-f469-438c-bea8-3658446e1396
...