recipientsDownloadHistory element

Type: recipientsDownloadHistory
Namespace: (default namespace)

Example XML

<?xml version="1.0" encoding="UTF-8"?> <recipientsDownloadHistory> <downloadHistory> <accountId>...</accountId> <userName>...</userName> <email>...</email> <address>...</address> <anonymous>...</anonymous> <protocol>...</protocol> <downloadTimestamp>...</downloadTimestamp> <fileName>...</fileName> <fileSize>...</fileSize> <fileContentType>...</fileContentType> </downloadHistory> <downloadHistory> <!--...--> </downloadHistory> <!--...more "downloadHistory" elements...--> </recipientsDownloadHistory>

Example JSON

{ "downloadHistory" : [ { "accountId" : "...", "userName" : "...", "email" : "...", "address" : "...", "anonymous" : false, "protocol" : "...", "downloadTimestamp" : ..., "fileName" : "...", "fileSize" : ..., "fileContentType" : "..." }, ... ] }