Use GetReportMetaData/ for a given report's ID number to display what values are required for the report.
NOTE: Refer to the Post Parameters > Execute Report section of GetReports/ to view each report's ID number.
Example
Get Report MetaData:
{
"SessionID":"00000000-00000-0000-0000000000000",
"UserID":"SAMPLE",
"ReportId: 7"
}
HTTP POST
https://dna.magnetmail.net/ApiAdapter/Rest/GetReportMetaData/
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. |
ReportId | Int | The report ID. Use the GetReports/ method to view a list of reports, including their IDs and definitions. |