<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://quickfuseapps.com/docs/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="http://quickfuseapps.com/docs/feed.php">
        <title>QuickFuse api</title>
        <description></description>
        <link>http://quickfuseapps.com/docs/</link>
        <image rdf:resource="http://quickfuseapps.com/docs/lib/images/favicon.ico" />
       <dc:date>2012-05-16T20:32:35-04:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://quickfuseapps.com/docs/api/auth?rev=1277305233&amp;do=diff"/>
                <rdf:li rdf:resource="http://quickfuseapps.com/docs/api/outbound_queue?rev=1270738010&amp;do=diff"/>
                <rdf:li rdf:resource="http://quickfuseapps.com/docs/api/schema?rev=1276543370&amp;do=diff"/>
                <rdf:li rdf:resource="http://quickfuseapps.com/docs/api/sdb_download_csv?rev=1270507597&amp;do=diff"/>
                <rdf:li rdf:resource="http://quickfuseapps.com/docs/api/sdb_upload_csv?rev=1270507589&amp;do=diff"/>
                <rdf:li rdf:resource="http://quickfuseapps.com/docs/api/start?rev=1270590380&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://quickfuseapps.com/docs/lib/images/favicon.ico">
        <title>QuickFuse</title>
        <link>http://quickfuseapps.com/docs/</link>
        <url>http://quickfuseapps.com/docs/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://quickfuseapps.com/docs/api/auth?rev=1277305233&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-23T11:00:33-04:00</dc:date>
        <title>API Authentication</title>
        <link>http://quickfuseapps.com/docs/api/auth?rev=1277305233&amp;do=diff</link>
        <description>API Authentication


For now, all authentication with the QuickFuse API is done with HTTP Basic Authentication using a valid account login and a password or API key.

If you do not want to include your password in API requests, you can generate an API key and use this in place of your password from your Account Settings page.  You can also reach this page by going to “My Apps”, clicking on the “account” link in the upper right corner of the page, and then going to the “Passwords” tab.…</description>
    </item>
    <item rdf:about="http://quickfuseapps.com/docs/api/outbound_queue?rev=1270738010&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-04-08T10:46:50-04:00</dc:date>
        <title>API: Queueing an Outbound Campaign</title>
        <link>http://quickfuseapps.com/docs/api/outbound_queue?rev=1270738010&amp;do=diff</link>
        <description>API: Queueing an Outbound Campaign


This API request is initiated with an POST to the following URL:

http://quickfuseapps.com/api/1/outbound/queue
Example usage


Minimal example: queues a campaign to occur immediately on the user's customers table, dialing numbers in the phone column, using the latest revision of the app identified by MkyepUqu8jA.</description>
    </item>
    <item rdf:about="http://quickfuseapps.com/docs/api/schema?rev=1276543370&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-14T15:22:50-04:00</dc:date>
        <title>API Schema</title>
        <link>http://quickfuseapps.com/docs/api/schema?rev=1276543370&amp;do=diff</link>
        <description>API Schema


All requests to our API are made via HTTP, port 80, and the URLs begin with:

http://quickfuseapps.com/api/1/

As QuickFuse makes changes, this base URL may change.  We will notify you of any such change in advance via the Support Forum, and allow for a reasonable transition period.  You should structure your API-calling code so that you can reconfigure this base URL.</description>
    </item>
    <item rdf:about="http://quickfuseapps.com/docs/api/sdb_download_csv?rev=1270507597&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-04-05T18:46:37-04:00</dc:date>
        <title>API: Downloading Table Data as a CSV</title>
        <link>http://quickfuseapps.com/docs/api/sdb_download_csv?rev=1270507597&amp;do=diff</link>
        <description>API: Downloading Table Data as a CSV


This API request is initiated with an GET to the following URL:

http://quickfuseapps.com/api/1/sdb/download/csv/&lt;tablekey&gt;

Replace &lt;tablekey&gt; with the table to be downloaded.  For more information on this parameter, see the  section.</description>
    </item>
    <item rdf:about="http://quickfuseapps.com/docs/api/sdb_upload_csv?rev=1270507589&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-04-05T18:46:29-04:00</dc:date>
        <title>API: Uploading CSV Data to a Table</title>
        <link>http://quickfuseapps.com/docs/api/sdb_upload_csv?rev=1270507589&amp;do=diff</link>
        <description>API: Uploading CSV Data to a Table


This API request is initiated with an POST to the following URL:

http://quickfuseapps.com/api/1/sdb/upload/csv

A CSV file is required for this request.  The format of the CSV file should be:

column_1,column_2,column_3
123,456,789
other,data,values</description>
    </item>
    <item rdf:about="http://quickfuseapps.com/docs/api/start?rev=1270590380&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-04-06T17:46:20-04:00</dc:date>
        <title>Welcome to the Developer API</title>
        <link>http://quickfuseapps.com/docs/api/start?rev=1270590380&amp;do=diff</link>
        <description>Welcome to the Developer API


Note: This section is intended for developers.  For documentation on general use of QuickFuse, return to the homepage.

QuickFuse provides webservices so that you can fully integrate the powerful telephony capabilities of our platform with your business processes.</description>
    </item>
</rdf:RDF>

