FAWAPIv2


Click here for a complete list of operations.

ListLogActivitiesWithThumbnails

Returns a list of activities

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /v2/fawapi.asmx HTTP/1.1
Host: api.filesanywhere.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://api.filesanywhere.com/ListLogActivitiesWithThumbnails"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <ListLogActivitiesWithThumbnails xmlns="http://api.filesanywhere.com/">
      <Token>string</Token>
      <StartDate>dateTime</StartDate>
      <EndDate>dateTime</EndDate>
      <FolderOrFile>string</FolderOrFile>
      <ActivityType>Undefined or AccessControl or FormDelete or Copy or DeleteFolderFile or RestoreData or AdminAddUser or PurgeUser or FileVersion or AdminEditUser or GroupShare or CopyIndexing or SendLoginDetails or Move or CreateFolder or GeneralNotification or ImageToPDFConversion or Download or RenameFolderFile or AdminSettingsChanged or Upload or ChangePwd or ResetAccount or SetAccountStatus or ZohoRequest or AdminEmailChanges or GlobalSetting or InactiveUserEmailSent or SwitchAdminConsoleVersion or TriggerMove or TriggerCopy or Group or FolderProperties or AdminAddAdmin or AdminEditAdmin or AdminDeleteAdmin or DropBoxLinkCreated or PictureLinkCreated or FileShareLinkCreated or FaxCreated or FaxReceived or AdobeSignSent or LoginSuccess or SignatureUpdate or DocuSignSent or FileAging or OfficeOnline</ActivityType>
      <SubType>
        <fileVersionActivity>Undefined or Add or Update or Delete</fileVersionActivity>
        <formActivity>Undefined or DeleteEFormData or DeleteEFormDataAndForm or DeleteWorkflowData or DeleteWorkflowDataAndForm</formActivity>
        <groupShareActivity>Undefined or Add or Update or Delete or Expired or DisableDelete</groupShareActivity>
        <uploadActivity>Undefined or API or HTML5 or DropBoxHTML5 or DropBoxFlash or Flash or Java or LocalClassic or UltimateUploader or Zoho or Form or EForm or SyncAPI or ImageEditor or DocToPDFConverter or ImageToPDFConverter or SFTP or WEBDAV or FTP or FAX or DropBoxJava or DropBoxSilverlight or AdobeSignUpload or FTPS or WEB or DocuSignUpload or OfficeOnline or ConnectSFTP or ConnectFTPSExplicit or CertSFTP or CertFTPSExplicit or CertFTPSImplicit or ConnectFTPSImplicit or FTPSExplicit or FTPSImplicit</uploadActivity>
      </SubType>
      <ThumbnailSize>Small or Medium or Large</ThumbnailSize>
    </ListLogActivitiesWithThumbnails>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <ListLogActivitiesWithThumbnailsResponse xmlns="http://api.filesanywhere.com/">
      <ListLogActivitiesWithThumbnailsResult>
        <ErrorMessage>string</ErrorMessage>
        <Items>
          <ListLogActivitiesItem>
            <ActionDate>dateTime</ActionDate>
            <ActivityType>Undefined or AccessControl or FormDelete or Copy or DeleteFolderFile or RestoreData or AdminAddUser or PurgeUser or FileVersion or AdminEditUser or GroupShare or CopyIndexing or SendLoginDetails or Move or CreateFolder or GeneralNotification or ImageToPDFConversion or Download or RenameFolderFile or AdminSettingsChanged or Upload or ChangePwd or ResetAccount or SetAccountStatus or ZohoRequest or AdminEmailChanges or GlobalSetting or InactiveUserEmailSent or SwitchAdminConsoleVersion or TriggerMove or TriggerCopy or Group or FolderProperties or AdminAddAdmin or AdminEditAdmin or AdminDeleteAdmin or DropBoxLinkCreated or PictureLinkCreated or FileShareLinkCreated or FaxCreated or FaxReceived or AdobeSignSent or LoginSuccess or SignatureUpdate or DocuSignSent or FileAging or OfficeOnline</ActivityType>
            <AppUserName>string</AppUserName>
            <SourcePath>string</SourcePath>
            <DestinationPath>string</DestinationPath>
            <SubActivity xsi:nil="true" />
            <SourceItemType>NotApplicable or Folder or File</SourceItemType>
            <Size>long</Size>
            <Comments>string</Comments>
            <ItemThumbnail>base64Binary</ItemThumbnail>
          </ListLogActivitiesItem>
          <ListLogActivitiesItem>
            <ActionDate>dateTime</ActionDate>
            <ActivityType>Undefined or AccessControl or FormDelete or Copy or DeleteFolderFile or RestoreData or AdminAddUser or PurgeUser or FileVersion or AdminEditUser or GroupShare or CopyIndexing or SendLoginDetails or Move or CreateFolder or GeneralNotification or ImageToPDFConversion or Download or RenameFolderFile or AdminSettingsChanged or Upload or ChangePwd or ResetAccount or SetAccountStatus or ZohoRequest or AdminEmailChanges or GlobalSetting or InactiveUserEmailSent or SwitchAdminConsoleVersion or TriggerMove or TriggerCopy or Group or FolderProperties or AdminAddAdmin or AdminEditAdmin or AdminDeleteAdmin or DropBoxLinkCreated or PictureLinkCreated or FileShareLinkCreated or FaxCreated or FaxReceived or AdobeSignSent or LoginSuccess or SignatureUpdate or DocuSignSent or FileAging or OfficeOnline</ActivityType>
            <AppUserName>string</AppUserName>
            <SourcePath>string</SourcePath>
            <DestinationPath>string</DestinationPath>
            <SubActivity xsi:nil="true" />
            <SourceItemType>NotApplicable or Folder or File</SourceItemType>
            <Size>long</Size>
            <Comments>string</Comments>
            <ItemThumbnail>base64Binary</ItemThumbnail>
          </ListLogActivitiesItem>
        </Items>
      </ListLogActivitiesWithThumbnailsResult>
    </ListLogActivitiesWithThumbnailsResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /v2/fawapi.asmx HTTP/1.1
Host: api.filesanywhere.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <ListLogActivitiesWithThumbnails xmlns="http://api.filesanywhere.com/">
      <Token>string</Token>
      <StartDate>dateTime</StartDate>
      <EndDate>dateTime</EndDate>
      <FolderOrFile>string</FolderOrFile>
      <ActivityType>Undefined or AccessControl or FormDelete or Copy or DeleteFolderFile or RestoreData or AdminAddUser or PurgeUser or FileVersion or AdminEditUser or GroupShare or CopyIndexing or SendLoginDetails or Move or CreateFolder or GeneralNotification or ImageToPDFConversion or Download or RenameFolderFile or AdminSettingsChanged or Upload or ChangePwd or ResetAccount or SetAccountStatus or ZohoRequest or AdminEmailChanges or GlobalSetting or InactiveUserEmailSent or SwitchAdminConsoleVersion or TriggerMove or TriggerCopy or Group or FolderProperties or AdminAddAdmin or AdminEditAdmin or AdminDeleteAdmin or DropBoxLinkCreated or PictureLinkCreated or FileShareLinkCreated or FaxCreated or FaxReceived or AdobeSignSent or LoginSuccess or SignatureUpdate or DocuSignSent or FileAging or OfficeOnline</ActivityType>
      <SubType>
        <fileVersionActivity>Undefined or Add or Update or Delete</fileVersionActivity>
        <formActivity>Undefined or DeleteEFormData or DeleteEFormDataAndForm or DeleteWorkflowData or DeleteWorkflowDataAndForm</formActivity>
        <groupShareActivity>Undefined or Add or Update or Delete or Expired or DisableDelete</groupShareActivity>
        <uploadActivity>Undefined or API or HTML5 or DropBoxHTML5 or DropBoxFlash or Flash or Java or LocalClassic or UltimateUploader or Zoho or Form or EForm or SyncAPI or ImageEditor or DocToPDFConverter or ImageToPDFConverter or SFTP or WEBDAV or FTP or FAX or DropBoxJava or DropBoxSilverlight or AdobeSignUpload or FTPS or WEB or DocuSignUpload or OfficeOnline or ConnectSFTP or ConnectFTPSExplicit or CertSFTP or CertFTPSExplicit or CertFTPSImplicit or ConnectFTPSImplicit or FTPSExplicit or FTPSImplicit</uploadActivity>
      </SubType>
      <ThumbnailSize>Small or Medium or Large</ThumbnailSize>
    </ListLogActivitiesWithThumbnails>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <ListLogActivitiesWithThumbnailsResponse xmlns="http://api.filesanywhere.com/">
      <ListLogActivitiesWithThumbnailsResult>
        <ErrorMessage>string</ErrorMessage>
        <Items>
          <ListLogActivitiesItem>
            <ActionDate>dateTime</ActionDate>
            <ActivityType>Undefined or AccessControl or FormDelete or Copy or DeleteFolderFile or RestoreData or AdminAddUser or PurgeUser or FileVersion or AdminEditUser or GroupShare or CopyIndexing or SendLoginDetails or Move or CreateFolder or GeneralNotification or ImageToPDFConversion or Download or RenameFolderFile or AdminSettingsChanged or Upload or ChangePwd or ResetAccount or SetAccountStatus or ZohoRequest or AdminEmailChanges or GlobalSetting or InactiveUserEmailSent or SwitchAdminConsoleVersion or TriggerMove or TriggerCopy or Group or FolderProperties or AdminAddAdmin or AdminEditAdmin or AdminDeleteAdmin or DropBoxLinkCreated or PictureLinkCreated or FileShareLinkCreated or FaxCreated or FaxReceived or AdobeSignSent or LoginSuccess or SignatureUpdate or DocuSignSent or FileAging or OfficeOnline</ActivityType>
            <AppUserName>string</AppUserName>
            <SourcePath>string</SourcePath>
            <DestinationPath>string</DestinationPath>
            <SubActivity xsi:nil="true" />
            <SourceItemType>NotApplicable or Folder or File</SourceItemType>
            <Size>long</Size>
            <Comments>string</Comments>
            <ItemThumbnail>base64Binary</ItemThumbnail>
          </ListLogActivitiesItem>
          <ListLogActivitiesItem>
            <ActionDate>dateTime</ActionDate>
            <ActivityType>Undefined or AccessControl or FormDelete or Copy or DeleteFolderFile or RestoreData or AdminAddUser or PurgeUser or FileVersion or AdminEditUser or GroupShare or CopyIndexing or SendLoginDetails or Move or CreateFolder or GeneralNotification or ImageToPDFConversion or Download or RenameFolderFile or AdminSettingsChanged or Upload or ChangePwd or ResetAccount or SetAccountStatus or ZohoRequest or AdminEmailChanges or GlobalSetting or InactiveUserEmailSent or SwitchAdminConsoleVersion or TriggerMove or TriggerCopy or Group or FolderProperties or AdminAddAdmin or AdminEditAdmin or AdminDeleteAdmin or DropBoxLinkCreated or PictureLinkCreated or FileShareLinkCreated or FaxCreated or FaxReceived or AdobeSignSent or LoginSuccess or SignatureUpdate or DocuSignSent or FileAging or OfficeOnline</ActivityType>
            <AppUserName>string</AppUserName>
            <SourcePath>string</SourcePath>
            <DestinationPath>string</DestinationPath>
            <SubActivity xsi:nil="true" />
            <SourceItemType>NotApplicable or Folder or File</SourceItemType>
            <Size>long</Size>
            <Comments>string</Comments>
            <ItemThumbnail>base64Binary</ItemThumbnail>
          </ListLogActivitiesItem>
        </Items>
      </ListLogActivitiesWithThumbnailsResult>
    </ListLogActivitiesWithThumbnailsResponse>
  </soap12:Body>
</soap12:Envelope>