This call retrieves detailed reports for additional functionality in the REST API (e.g., Gross and Net Link Clicks, Survey Results, Social posts, etc.).
Example
Get detailed tracking:
{
"SessionID":"00000000-00000-0000-0000000000000",
"UserID":"SAMPLE"
}
HTTP POST
https://dna.magnetmail.net/ApiAdapter/Rest/GetReports/
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. | 
Execute Reports
The below links refer to the parameters and sample calls for the ExecuteReport Function; use GetReportMetaData to return the required parameters.
| Name | ID | Description | 
|---|---|---|
| Gross and Net Link Clicks | 2 | This report provides you the Gross and Net link clicks. | 
| Get Open Tracking | 3 | This report allows you to retrieve the sent tracking for a specific date range and message. | 
| Get Sent Tracking for a message | 4 | This report allows you to retrieve the sent tracking for a specific date range and message. | 
| Get Unsubscribe Tracking | 5 | This report allows you to retrieve the unsubscribe tracking for a specific date range, and other criterion like CategoryId, GroupId, and or MessageId. | 
| Get Bounce Details | 6 | This report allows you to retrieve the bounce details for a specific message ID. | 
| Total Metrics of Message | 7 | This report provides you the total metrics of a specific message and group. | 
| Get Surveys | 8 | This report provides you the survey names and their IDs. | 
| Get Survey Results | 9 | This report provides you the survey results. | 
| Get Social Posts | 10 | This report provides you the social posts from your account. | 
| Get Recipient Subscriptions | 11 | This report provides the current history of the entities a recipient has subscribed and unsubscribed to. | 
| Total Metrics of Message with Campaign Id | 13 | This report provides you the total metrics for a specific message ID. |