GET api/Messages/DownloadMessageData?CorrelationID={CorrelationID}
Download TaskYam Message. Search 6 months back. The logged in user must be the sender or the receiver of the message.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CorrelationID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TaskyamWebAPI.Models.MessageDataName | Description | Type | Additional information |
---|---|---|---|
FileName | string |
None. |
|
Data | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{ "FileName": "sample string 1", "Data": "QEA=" }
application/xml, text/xml
Sample:
<MessageData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <FileName>sample string 1</FileName> <Data>QEA=</Data> </MessageData>