<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://support.4thefile.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://support.4thefile.com/feed.php">
        <title>4theFile Support Wiki</title>
        <description></description>
        <link>https://support.4thefile.com/</link>
        <image rdf:resource="https://support.4thefile.com/_media/wiki/dokuwiki-128.png" />
       <dc:date>2026-04-19T01:24:43+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://support.4thefile.com/start?rev=1424282895&amp;do=diff"/>
                <rdf:li rdf:resource="https://support.4thefile.com/sidebar?rev=1424282826&amp;do=diff"/>
                <rdf:li rdf:resource="https://support.4thefile.com/tech_support_contacts?rev=1424277955&amp;do=diff"/>
                <rdf:li rdf:resource="https://support.4thefile.com/perl_client_library?rev=1320953643&amp;do=diff"/>
                <rdf:li rdf:resource="https://support.4thefile.com/4thefile_api_reference?rev=1294179590&amp;do=diff"/>
                <rdf:li rdf:resource="https://support.4thefile.com/resource_attachment_list?rev=1294177803&amp;do=diff"/>
                <rdf:li rdf:resource="https://support.4thefile.com/get_collection_resources?rev=1291329276&amp;do=diff"/>
                <rdf:li rdf:resource="https://support.4thefile.com/get_collections?rev=1289259421&amp;do=diff"/>
                <rdf:li rdf:resource="https://support.4thefile.com/4thefile_api?rev=1289253207&amp;do=diff"/>
                <rdf:li rdf:resource="https://support.4thefile.com/?image=leadimporttemplate.xls&amp;ns=&amp;rev=1259074557&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://support.4thefile.com/?image=error.png&amp;ns=&amp;rev=1259073804&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://support.4thefile.com/_media/wiki/dokuwiki-128.png">
        <title>4theFile Support Wiki</title>
        <link>https://support.4thefile.com/</link>
        <url>https://support.4thefile.com/_media/wiki/dokuwiki-128.png</url>
    </image>
    <item rdf:about="https://support.4thefile.com/start?rev=1424282895&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-02-18T18:08:15+00:00</dc:date>
        <dc:creator>jay (jay@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://support.4thefile.com/start?rev=1424282895&amp;do=diff</link>
        <description>Welcome...

to the 4theFile Support Wiki

This wiki provides help and documentation on various aspects of the 4theFile system. 

Contact Technical Support

If you require technical assistance from a mostly-live humanoid, please contact Purplewire technical support

Search

&lt;html&gt;
&lt;form action=</description>
    </item>
    <item rdf:about="https://support.4thefile.com/sidebar?rev=1424282826&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-02-18T18:07:06+00:00</dc:date>
        <dc:creator>jay (jay@undisclosed.example.com)</dc:creator>
        <title>sidebar</title>
        <link>https://support.4thefile.com/sidebar?rev=1424282826&amp;do=diff</link>
        <description>4theFile Home

 Support Home

 Contact Tech Support

 4theFile FAQs

The 4theFile API

	*   The 4theFile API Overview
	*   The 4theFile API Reference
	*  Perl Client Library reference implementation</description>
    </item>
    <item rdf:about="https://support.4thefile.com/tech_support_contacts?rev=1424277955&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-02-18T16:45:55+00:00</dc:date>
        <dc:creator>jay (jay@undisclosed.example.com)</dc:creator>
        <title>tech_support_contacts</title>
        <link>https://support.4thefile.com/tech_support_contacts?rev=1424277955&amp;do=diff</link>
        <description>Contact Tech Support

Call the support line, M-F, from 9am - 5pm ET at 315-234-0079 x345 or via email at: support@purplewire.com</description>
    </item>
    <item rdf:about="https://support.4thefile.com/perl_client_library?rev=1320953643&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-11-10T19:34:03+00:00</dc:date>
        <dc:creator>jay (jay@undisclosed.example.com)</dc:creator>
        <title>perl_client_library</title>
        <link>https://support.4thefile.com/perl_client_library?rev=1320953643&amp;do=diff</link>
        <description>Perl Client Library

reference implementation

This simple implementation illustrates how to use a low-level HTTP library to provide an object-oriented interface to the 4theFile API functionality. The users of the resulting module don't need to think about REST or HTTP; their interface is practically identical to what they would see if the 4theFile Resource data was stored in a local database on their server.</description>
    </item>
    <item rdf:about="https://support.4thefile.com/4thefile_api_reference?rev=1294179590&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-01-04T22:19:50+00:00</dc:date>
        <dc:creator>jay (jay@undisclosed.example.com)</dc:creator>
        <title>4thefile_api_reference</title>
        <link>https://support.4thefile.com/4thefile_api_reference?rev=1294179590&amp;do=diff</link>
        <description>4theFile API Reference

Introduction

The 4theFile API is a REST-style API that uses simple standard technologies: HTTP requests with Basic auth, and XML or JSON response content. The API is designed primarily to allow developers and maintainers of web applications to easily provide an email interface to their applications and integrate the list of submitted emails into their application's interface</description>
    </item>
    <item rdf:about="https://support.4thefile.com/resource_attachment_list?rev=1294177803&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-01-04T21:50:03+00:00</dc:date>
        <dc:creator>jay (jay@undisclosed.example.com)</dc:creator>
        <title>resource_attachment_list - created</title>
        <link>https://support.4thefile.com/resource_attachment_list?rev=1294177803&amp;do=diff</link>
        <description>GET /resources/:resourcekey/attachments.format

GET /resources/:resourcekey/attachments.format returns a list of attachments and some metadata for resource :resourcekey. If the resource exists but has no attachments, the attachment_count will be 0 and there will be no attachment elements. If the :resourcekey does not exist, a 404 will be returned.</description>
    </item>
    <item rdf:about="https://support.4thefile.com/get_collection_resources?rev=1291329276&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-12-02T22:34:36+00:00</dc:date>
        <dc:creator>jay (jay@undisclosed.example.com)</dc:creator>
        <title>get_collection_resources</title>
        <link>https://support.4thefile.com/get_collection_resources?rev=1291329276&amp;do=diff</link>
        <description>GET /collections/:collectionkey/resources.format

GET /collections/:collectionkey/resources.format returns the list of resources in collection :collectionkey

	*  response formats supported: .xml, .json
	*  query parameters: 
		*  per_page (optional - max resources to return at once, default 30)</description>
    </item>
    <item rdf:about="https://support.4thefile.com/get_collections?rev=1289259421&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-11-08T23:37:01+00:00</dc:date>
        <dc:creator>jay (jay@undisclosed.example.com)</dc:creator>
        <title>get_collections</title>
        <link>https://support.4thefile.com/get_collections?rev=1289259421&amp;do=diff</link>
        <description>GET /collections.format

returns the list of collections owned by you.

	*  response formats supported: .xml, .json
	*  query parameters: none
	*  Curl command line: 
curl -u user:apikey https://4thefile.com/api_v1/collections.xml

	*  example xml response:</description>
    </item>
    <item rdf:about="https://support.4thefile.com/4thefile_api?rev=1289253207&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-11-08T21:53:27+00:00</dc:date>
        <dc:creator>jay (jay@undisclosed.example.com)</dc:creator>
        <title>4thefile_api</title>
        <link>https://support.4thefile.com/4thefile_api?rev=1289253207&amp;do=diff</link>
        <description>The 4theFile API Overview

The 4theFile API provides RESTful web services for use in integrating 4theFile with other web-based applications. The API has the following features:

	*  all communication via HTTP or HTTPS
	*  authentication via HTTP Basic auth</description>
    </item>
    <item rdf:about="https://support.4thefile.com/?image=leadimporttemplate.xls&amp;ns=&amp;rev=1259074557&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-24T14:55:57+00:00</dc:date>
        <dc:creator>tiffany (tiffany@undisclosed.example.com)</dc:creator>
        <title>leadimporttemplate.xls</title>
        <link>https://support.4thefile.com/?image=leadimporttemplate.xls&amp;ns=&amp;rev=1259074557&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://support.4thefile.com/lib/images/fileicons/svg/xls.svg&quot; alt=&quot;leadimporttemplate.xls&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://support.4thefile.com/?image=error.png&amp;ns=&amp;rev=1259073804&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-24T14:43:24+00:00</dc:date>
        <dc:creator>tiffany (tiffany@undisclosed.example.com)</dc:creator>
        <title>error.png</title>
        <link>https://support.4thefile.com/?image=error.png&amp;ns=&amp;rev=1259073804&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://support.4thefile.com/_media/error.png?w=500&amp;amp;h=500&amp;amp;tok=1781cb&quot; alt=&quot;error.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
</rdf:RDF>
