GetMessageList/ retrieves a list of the Messages that were deployed and the Groups they were sent to.
Example
Get Message List:
{
"SessionID":"00000000-00000-0000-0000000000000",
"UserID":"SAMPLE",
"CreateEndDate":"String content",
"CreateStartDate":"String content",
"SendEndDate":"String content",
"SendStartDate":"String content"
}
HTTP POST
https://dna.magnetmail.net/ApiAdapter/Rest/GetMessageList/
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. |
CreateEndDate | String | A valid date (e.g., MM/DD/YYYY) where the search should end, using the variable Create Date. |
CreateStartDate | String | A valid date (e.g., MM/DD/YYYY) where the search should start, using the variable Create Date. |
SendEndDate | String | A valid date (e.g., MM/DD/YYYY) where the search should end, using the variable Send Date. |
SendStartDate | String | A valid date (e.g., MM/DD/YYYY) where the search should start, using the variable Send Date. |