Export all Subscribers from List.

Implementation Notes

Export the subscribers to FTP.

Response Class (Status 200)

Parameters

Parameter Value Description Parameter Type Data Type
ApiKey The Value of the API Key Path String
Submission

Details of subscribes to export via ftp. body
Export {
ListId (integer),
FromSubscribedDate (string,optional),
ftpFilePath (string,
ftpUserName (string,
ftpPassword (string,
NotifyEmail (string,optional),
}
 { 
    "ListId": 0,  
    "FromSubscribedDate": "string", 
    "ftpFilePath": "string", 
    "ftpUserName": "string", 
    "ftpPassword": "string", 
    "NotifyEmail": "string" 
 } 
Click to set as parameter value

Response Messages

HTTP Status Code Reason Response Model Headers
403 Access Denied    
404 Not Found