Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Returns base64 of multimedia message specified. It can be used only when the contact is terminated and stored into database.

Status
colourGreen
titleHTTp get
/livechat/:domain/getMultimediaMessageByMessageID/:messageId

Path Variables:

Name

Mandatory

Type

Description

domain

Status
colourRed
titleyes

Status
titlestring

Unique domain identifier

messageId

Status
colourRed
titleyes

Status
titlestring

Unique message identifier

Headers:

...

Name

...

Mandatory

...

Type

...

Description

...

ctlivetoken

...

Status
colourRed
titleYES

...

Status
titleSTRING

...

Authorization: see Authentication mechanisms

Response:

Type:
Status
titlejson

Name

Type

Description

result

Status
titleboolean

If true, the service response was performed correctly

message

Status
titlenull
/
Status
titleobject

An object that contains base64 of the multimedia Message Object

error

Status
titlenull
/
Status
titlestring

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

...