GetMessageDetails/ retrieves the message details of a specific message.
Example
Get Message Details:
{
"SessionID":"00000000-00000-0000-0000000000000",
"UserID":"SAMPLE",
"MessageID":123456789
}
HTTP POST
https://dna.magnetmail.net/ApiAdapter/Rest/GetMessageDetails/
POST Parameters
NOTE: This call does not have conditional or optional parameters.
Required Parameters
Parameter | Value | Description |
---|---|---|
SessionID | String | This is an authentication token which can be obtained by making the authenticate call. |
UserID | String | The UserID returned in the authenticate call. |
MessageID | Int | This is the ID of the message. Use the GetMessageList/ method to find the message by name and capture the message ID. Pass only a single value in this attribute. |