<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ProWorkflow API Center</title>
	<atom:link href="http://api.proworkflow.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://api.proworkflow.com</link>
	<description></description>
	<lastBuildDate>Sun, 25 Apr 2010 22:25:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create Job Number</title>
		<link>http://api.proworkflow.com/projects-manager/create-job-number/</link>
		<comments>http://api.proworkflow.com/projects-manager/create-job-number/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 22:40:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Projects Manager]]></category>

		<guid isPermaLink="false">http://api.proworkflow.com/?p=246</guid>
		<description><![CDATA[&#160;




Function:
Checks whether AutoNumber is turned on and returns the next available JobNumber


Web service call:
https://proworkflow2.net/pwfaccountname/api/projects.cfm?customerkey=84DC6CF8-BF78-D79D-B25B-0C0D20229F17&#38;api_call=createjobnumber


Method:
GET


Notes:
The returned jobnumber format may use variables or text as defined in the Application Settings.


Return Data:
XML data packet of JobNumber detail is constructed by the web service and sent to the user.


Status messages:
OK, OFF or Error.




&#160;
&#160;

	&#160;
Example of return data where AutoNumber enabled:


&#60;?xml [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<div style="color: rgb(102, 102, 102);">
<table border="0" cellspacing="0" class="api">
<tbody>
<tr>
<td style="width: 25%;"><strong>Function:</strong></td>
<td class="api">Checks whether AutoNumber is turned on and returns the next available JobNumber</td>
</tr>
<tr>
<td class="api"><strong>Web service call:</strong></td>
<td class="api">https://proworkflow2.net/pwfaccountname/api/projects.cfm?customerkey=84DC6CF8-BF78-D79D-B25B-0C0D20229F17&amp;api_call=createjobnumber</td>
</tr>
<tr>
<td class="api"><strong>Method:</strong></td>
<td class="api">GET</td>
</tr>
<tr>
<td class="api" valign="top"><strong>Notes:</strong></td>
<td class="api">The returned jobnumber format may use variables or text as defined in the Application Settings.</td>
</tr>
<tr>
<td class="api"><strong>Return Data:</strong></td>
<td class="api">XML data packet of JobNumber detail is constructed by the web service and sent to the user.</td>
</tr>
<tr>
<td class="api"><strong>Status messages:</strong></td>
<td class="api">OK, OFF or Error.</td>
</tr>
</tbody>
</table>
</div>
<p>&nbsp;</p>
<div style="color: rgb(102, 102, 102);">&nbsp;</div>
<p>
	&nbsp;</p>
<div style="color: rgb(102, 102, 102);"><strong>Example of return data where AutoNumber enabled:</strong></div>
<div class="apidiv">
<ol class="api">
<li class="indent0">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</li>
<li class="indent0">&lt;CreateJobNumber&gt;</li>
<li class="indent1">&lt;Status&gt;OK&lt;/Status&gt;</li>
<li class="indent1">&lt;autonumber&gt;<span style="color: rgb(0, 0, 0);">1234</span>&lt;/autonumber&gt;</li>
<li class="indent1">&lt;jobnumber&gt;<span style="color: rgb(0, 0, 0);">ABCD-1234</span>&lt;/jobnumber&gt;</li>
<li class="indent0">&lt;/CreateJobNumber&gt;</li>
</ol>
</div>
<div style="color: rgb(102, 102, 102);"><strong>Example of return data where AutoNumber is OFF:</strong></div>
<div class="apidiv">
<ol class="api">
<li class="indent0">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</li>
<li class="indent0">&lt;CreateJobNumber&gt;</li>
<li class="indent1">&lt;Status&gt;OFF&lt;/Status&gt;</li>
<li class="indent0">&lt;/CreateJobNumber&gt;</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://api.proworkflow.com/projects-manager/create-job-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Time Summary</title>
		<link>http://api.proworkflow.com/time-manager/get-time-summary/</link>
		<comments>http://api.proworkflow.com/time-manager/get-time-summary/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 03:04:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Time Manager]]></category>

		<guid isPermaLink="false">http://api.proworkflow.com/?p=240</guid>
		<description><![CDATA[&#160;




Function:
Retrieves the time tracked for a particular period of time. This can be viewed by Jobs or Companies


Web service call:
https://proworkflow2.net/pwfaccountname/api/time.cfm?customerkey=84DC6CF8-BF78-D79D-B25B-0C0D20229F17&#38;api_call=timesummary&#38;viewby=projects&#38;startdate=01-sep-2009&#38;enddate=01-oct-2009&#38;UserID=xxx


Method:
GET


URL Parameters:
viewby, startdate and endate are mandatory. UserID should be passed if viewing information for a particular user. Default is set to ALL.


Notes:
1.&#160;&#160;&#160; Viewby parameter can be set to either projects or companies. Depending on the [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<div style="color: rgb(102, 102, 102);">
<table border="0" cellspacing="0" class="api">
<tbody>
<tr>
<td style="width: 25%;"><strong>Function:</strong></td>
<td class="api">Retrieves the time tracked for a particular period of time. This can be viewed by Jobs or Companies</td>
</tr>
<tr>
<td class="api"><strong>Web service call:</strong></td>
<td class="api">https://proworkflow2.net/pwfaccountname/api/time.cfm?customerkey=84DC6CF8-BF78-D79D-B25B-0C0D20229F17&amp;api_call=timesummary&amp;viewby=projects&amp;startdate=01-sep-2009&amp;enddate=01-oct-2009&amp;UserID=xxx</td>
</tr>
<tr>
<td class="api"><strong>Method:</strong></td>
<td class="api">GET</td>
</tr>
<tr>
<td class="api"><strong>URL Parameters:</strong></td>
<td class="api">viewby, startdate and endate are mandatory. UserID should be passed if viewing information for a particular user. Default is set to ALL.</td>
</tr>
<tr>
<td class="api" valign="top"><strong>Notes:</strong></td>
<td class="api">1.&nbsp;&nbsp;&nbsp; Viewby parameter can be set to either projects or companies. Depending on the viewby parameter the API will return the XML packet containing the data necessary for that display.<br />
					2.&nbsp;&nbsp;&nbsp; Startdate and enddate should be passed with the date format specified in the documentation which is dd-mmm-yyyy.</td>
</tr>
<tr>
<td class="api"><strong>Return Data:</strong></td>
<td class="api">XML data packet of ContactsList detail is constructed by the web service and sent to the user.</td>
</tr>
<tr>
<td class="api"><strong>Status messages:</strong></td>
<td class="api">OK or Error.</td>
</tr>
</tbody>
</table>
</div>
<p>&nbsp;</p>
<div style="color: rgb(102, 102, 102);">&nbsp;</div>
<p>
	&nbsp;</p>
<div style="color: rgb(102, 102, 102);"><strong>Example of Project View return data:</strong></div>
<div class="apidiv">
<ol class="api">
<li class="indent0">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</li>
<li class="indent0">&lt;TimeRecords&gt;</li>
<li class="indent1">&lt;Status&gt;OK&lt;/Status&gt;</li>
<li class="indent1">&lt;TimeRecords_Count&gt;<span style="color: rgb(0, 0, 0);">1</span>&lt;/TimeRecords_Count&gt;</li>
<li class="indent1">&lt;TimeRecordList&gt;</li>
<li class="indent2">&lt;Job&gt;</li>
<li class="indent3">&lt;JobDetails&gt;</li>
<li class="indent4">&lt;JobId&gt;<span style="color: rgb(0, 0, 0);">1</span>&lt;/JobId&gt;</li>
<li class="indent4">&lt;JobNumber&gt;<span style="color: rgb(0, 0, 0);">BC001</span>&lt;/JobNumber&gt;</li>
<li class="indent4">&lt;JobTitle&gt;<span style="color: rgb(0, 0, 0);">Sample Job</span>&lt;/JobTitle&gt;</li>
<li class="indent4">&lt;JobAllocatedTime&gt;<span style="color: rgb(0, 0, 0);">10:10</span>&lt;/JobAllocatedTime&gt;</li>
<li class="indent4">&lt;TotalJobTimeSpent&gt;<span style="color: rgb(0, 0, 0);">10:10</span>&lt;/TotalJobTimeSpent&gt;</li>
<li class="indent4">&lt;JobClientID&gt;<span style="color: rgb(0, 0, 0);">167</span>&lt;/JobClientID&gt;</li>
<li class="indent4">&lt;ClientName&gt;<span style="color: rgb(0, 0, 0);">Sample Client</span>&lt;/ClientName&gt;</li>
<li class="indent4">&lt;ContactTypeID&gt;<span style="color: rgb(0, 0, 0);">1</span>&lt;/ContactTypeID&gt;</li>
<li class="indent3">&lt;/JobDetails&gt;</li>
<li class="indent3">&lt;JobTasks&gt;</li>
<li class="indent4">&lt;Task&gt;</li>
<li class="indent5">&lt;TaskID&gt;<span style="color: rgb(0, 0, 0);">1</span>&lt;/TaskID&gt;</li>
<li class="indent5">&lt;TaskTitle&gt;<span style="color: rgb(0, 0, 0);">Sample Task</span>&lt;/TaskTitle&gt;</li>
<li class="indent5">&lt;TaskAllocatedTime&gt;<span style="color: rgb(0, 0, 0);">5:10</span>&lt;/TaskAllocatedTime&gt;</li>
<li class="indent5">&lt;TotalTaskTimeSpent&gt;<span style="color: rgb(0, 0, 0);">10:10</span>&lt;/TotalTaskTimeSpent&gt;</li>
<li class="indent4">&lt;/Task&gt;</li>
<li class="indent3">&lt;/JobTasks&gt;</li>
<li class="indent2">&lt;/Job&gt;</li>
<li class="indent1">&lt;/TimeRecordList&gt;</li>
<li class="indent1">&lt;TotalDateRangeTime&gt;<span style="color: rgb(0, 0, 0);">10.10</span>&lt;/TotalDateRangeTime&gt;</li>
<li class="indent0">&lt;/TimeRecords&gt;</li>
</ol>
</div>
<div style="color: rgb(102, 102, 102);">&nbsp;</div>
<div style="color: rgb(102, 102, 102);"><strong>Example of Company View return data:</strong></div>
<div class="apidiv">
<ol class="api">
<li class="indent0">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</li>
<li class="indent0">&lt;TimeRecords&gt;</li>
<li class="indent1">&lt;Status&gt;OK&lt;/Status&gt;</li>
<li class="indent1">&lt;TimeRecords_Count&gt;<span style="color: rgb(0, 0, 0);">1</span>&lt;/TimeRecords_Count&gt;</li>
<li class="indent1">&lt;TimeRecordList&gt;</li>
<li class="indent2">&lt;Client&gt;</li>
<li class="indent3">&lt;ClientName&gt;<span style="color: rgb(0, 0, 0);">Sample Client</span>&lt;/ClientName&gt;</li>
<li class="indent3">&lt;ClientID&gt;<span style="color: rgb(0, 0, 0);">1</span>&lt;/ClientID&gt;</li>
<li class="indent3">&lt;ContactTypeID&gt;<span style="color: rgb(0, 0, 0);">1</span>&lt;/ContactTypeID&gt;</li>
<li class="indent3">&lt;Job&gt;</li>
<li class="indent4">&lt;JobDetails&gt;</li>
<li class="indent5">&lt;JobId&gt;<span style="color: rgb(0, 0, 0);">1</span>&lt;/JobId&gt;</li>
<li class="indent5">&lt;JobNumber&gt;<span style="color: rgb(0, 0, 0);">BC001</span>&lt;/JobNumber&gt;</li>
<li class="indent5">&lt;JobTitle&gt;<span style="color: rgb(0, 0, 0);">Sample Job</span>&lt;/JobTitle&gt;</li>
<li class="indent5">&lt;JobAllocatedTime&gt;<span style="color: rgb(0, 0, 0);">10:10</span>&lt;/JobAllocatedTime&gt;</li>
<li class="indent5">&lt;TotalJobTimeSpent&gt;<span style="color: rgb(0, 0, 0);">10:10</span>&lt;/TotalJobTimeSpent&gt;</li>
<li class="indent4">&lt;/JobDetails&gt;</li>
<li class="indent4">&lt;JobTasks&gt;</li>
<li class="indent5">&lt;Task&gt;</li>
<li class="indent6">&lt;TaskID&gt;<span style="color: rgb(0, 0, 0);">1</span>&lt;/TaskID&gt;</li>
<li class="indent6">&lt;TaskTitle&gt;<span style="color: rgb(0, 0, 0);">Sample Task</span>&lt;/TaskTitle&gt;</li>
<li class="indent6">&lt;TaskAllocatedTime&gt;<span style="color: rgb(0, 0, 0);">5:10</span>&lt;/TaskAllocatedTime&gt;</li>
<li class="indent6">&lt;TotalTaskTimeSpent&gt;<span style="color: rgb(0, 0, 0);">10:10</span>&lt;/TotalTaskTimeSpent&gt;</li>
<li class="indent5">&lt;/Task&gt;</li>
<li class="indent4">&lt;/JobTasks&gt;</li>
<li class="indent3">&lt;/Job&gt;</li>
<li class="indent2">&lt;/Client&gt;</li>
<li class="indent1">&lt;/TimeRecordList&gt;</li>
<li class="indent1">&lt;TotalDateRangeTime&gt;<span style="color: rgb(0, 0, 0);">10.10</span>&lt;/TotalDateRangeTime&gt;</li>
<li class="indent0">&lt;/TimeRecords&gt;</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://api.proworkflow.com/time-manager/get-time-summary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get All Overtime Jobs</title>
		<link>http://api.proworkflow.com/projects-manager/get-all-overtime-jobs/</link>
		<comments>http://api.proworkflow.com/projects-manager/get-all-overtime-jobs/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 01:42:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Projects Manager]]></category>

		<guid isPermaLink="false">http://api.proworkflow.com/?p=236</guid>
		<description><![CDATA[



Function:
Retrieves all the overtime jobs


Web service call:
https://proworkflow2.net/pwfaccountname/api/projects.cfm?customerkey=84DC6CF8-BF78-D79D-B25B-0C0D20229F17&#38;api_call=overtimejobs&#38;UserID=xxx


Method:
GET


URL Parameters:
UserID is not mandatory. If no id is provided then all jobs will be returned


Return Data:
XML data packet of AllOverTimeJobs is constructed by the web service and sent to the user.


Status messages:
OK or Error.





	&#160;
Example of return data:


&#60;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&#62;
&#60;AllOverTimeJobs&#62;
&#60;Status&#62;OK&#60;/Status&#62;
&#60;Job_Count&#62;1&#60;/Job_Count&#62;
&#60;Jobs&#62;
&#60;Job&#62;
&#60;id&#62;1&#60;/id&#62;
&#60;title&#62;Big Company Email&#60;/title&#62;
&#60;client&#62;Big Company&#60;/client&#62;
&#60;number&#62;BC0001&#60;/number&#62;
&#60;StartDate&#62;11-Feb-2009&#60;/StartDate&#62;
&#60;DueDate&#62;21-Feb-2009&#60;/DueDate&#62;
&#60;Completedate&#62;21-Feb-2009&#60;/Completedate&#62;
&#60;JobCategory&#62;Current&#60;/JobCategory&#62;
&#60;AllocatedTime&#62;1:00&#60;/AllocatedTime&#62;
&#60;TotalTimeSpent&#62;1:10&#60;/TotalTimeSpent&#62;
&#60;/Job&#62;
&#60;/Jobs&#62;
&#60;/AllOverTimeJobs&#62;


]]></description>
			<content:encoded><![CDATA[<div style="color: rgb(102, 102, 102);">
<table border="0" cellspacing="0" class="api">
<tbody>
<tr>
<td style="width: 25%;"><strong>Function:</strong></td>
<td class="api">Retrieves all the overtime jobs</td>
</tr>
<tr>
<td class="api"><strong>Web service call:</strong></td>
<td class="api">https://proworkflow2.net/pwfaccountname/api/projects.cfm?customerkey=84DC6CF8-BF78-D79D-B25B-0C0D20229F17&amp;api_call=overtimejobs&amp;UserID=xxx</td>
</tr>
<tr>
<td class="api"><strong>Method:</strong></td>
<td class="api">GET</td>
</tr>
<tr>
<td class="api"><strong>URL Parameters:</strong></td>
<td class="api">UserID is not mandatory. If no id is provided then all jobs will be returned</td>
</tr>
<tr>
<td class="api"><strong>Return Data:</strong></td>
<td class="api">XML data packet of AllOverTimeJobs is constructed by the web service and sent to the user.</td>
</tr>
<tr>
<td class="api"><strong>Status messages:</strong></td>
<td class="api">OK or Error.</td>
</tr>
</tbody>
</table>
</div>
<p>
	&nbsp;</p>
<div style="color: rgb(102, 102, 102);"><strong>Example of return data:</strong></div>
<div class="apidiv">
<ol class="api">
<li class="indent0">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</li>
<li class="indent0">&lt;AllOverTimeJobs&gt;</li>
<li class="indent1">&lt;Status&gt;<span style="color: rgb(0, 0, 0);">OK</span>&lt;/Status&gt;</li>
<li class="indent1">&lt;Job_Count&gt;<span style="color: rgb(0, 0, 0);">1</span>&lt;/Job_Count&gt;</li>
<li class="indent1">&lt;Jobs&gt;</li>
<li class="indent2">&lt;Job&gt;</li>
<li class="indent3">&lt;id&gt;<span style="color: rgb(0, 0, 0);">1</span>&lt;/id&gt;</li>
<li class="indent3">&lt;title&gt;<span style="color: rgb(0, 0, 0);">Big Company Email</span>&lt;/title&gt;</li>
<li class="indent3">&lt;client&gt;<span style="color: rgb(0, 0, 0);">Big Company</span>&lt;/client&gt;</li>
<li class="indent3">&lt;number&gt;<span style="color: rgb(0, 0, 0);">BC0001</span>&lt;/number&gt;</li>
<li class="indent3">&lt;StartDate&gt;<span style="color: rgb(0, 0, 0);">11-Feb-2009</span>&lt;/StartDate&gt;</li>
<li class="indent3">&lt;DueDate&gt;<span style="color: rgb(0, 0, 0);">21-Feb-2009</span>&lt;/DueDate&gt;</li>
<li class="indent3">&lt;Completedate&gt;<span style="color: rgb(0, 0, 0);">21-Feb-2009</span>&lt;/Completedate&gt;</li>
<li class="indent3">&lt;JobCategory&gt;<span style="color: rgb(0, 0, 0);">Current</span>&lt;/JobCategory&gt;</li>
<li class="indent3">&lt;AllocatedTime&gt;<span style="color: rgb(0, 0, 0);">1:00</span>&lt;/AllocatedTime&gt;</li>
<li class="indent3">&lt;TotalTimeSpent&gt;<span style="color: rgb(0, 0, 0);">1:10</span>&lt;/TotalTimeSpent&gt;</li>
<li class="indent2">&lt;/Job&gt;</li>
<li class="indent1">&lt;/Jobs&gt;</li>
<li class="indent0">&lt;/AllOverTimeJobs&gt;</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://api.proworkflow.com/projects-manager/get-all-overtime-jobs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get All Overtime Tasks</title>
		<link>http://api.proworkflow.com/tasks-manager/get-all-overtime-tasks/</link>
		<comments>http://api.proworkflow.com/tasks-manager/get-all-overtime-tasks/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 00:52:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tasks Manager]]></category>

		<guid isPermaLink="false">http://api.proworkflow.com/?p=215</guid>
		<description><![CDATA[



Function:
Retrieves all the overtime Job Tasks


Web service call:
https://proworkflow2.net/pwfaccountname/api/tasks.cfm?customerkey=84DC6CF8-BF78-D79D-B25B-0C0D20229F17&#38;api_call=overtimetasks&#38;UserID=xxx


Method:
GET


URL Parameters:
UserID is not mandatory. If no id is provided then all tasks will be returned


Return Data:
XML data packet of AllOverTimeTasks is constructed by the web service and sent to the user.


Status messages:
OK or Error.





	&#160;
Example of return data:


&#60;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&#62;
&#60;AllOverTimeTasks&#62;
&#60;Status&#62;OK&#60;/Status&#62;
&#60;Task_Count&#62;1&#60;/Task_Count&#62;
&#60;Tasks&#62;
&#60;Task&#62;
&#60;taskid&#62;7911&#60;/taskid&#62;
&#60;jobid&#62;37&#60;/jobid&#62; (Empty for General tasks)
&#60;jobtitle&#62;Sample Job&#60;/jobtitle&#62; (Empty for General [...]]]></description>
			<content:encoded><![CDATA[<div style="color: rgb(102, 102, 102);">
<table border="0" cellspacing="0" class="api">
<tbody>
<tr>
<td style="width: 25%;"><strong>Function:</strong></td>
<td class="api">Retrieves all the overtime Job Tasks</td>
</tr>
<tr>
<td class="api"><strong>Web service call:</strong></td>
<td class="api">https://proworkflow2.net/pwfaccountname/api/tasks.cfm?customerkey=84DC6CF8-BF78-D79D-B25B-0C0D20229F17&amp;api_call=overtimetasks&amp;UserID=xxx</td>
</tr>
<tr>
<td class="api"><strong>Method:</strong></td>
<td class="api">GET</td>
</tr>
<tr>
<td class="api"><strong>URL Parameters:</strong></td>
<td class="api">UserID is not mandatory. If no id is provided then all tasks will be returned</td>
</tr>
<tr>
<td class="api"><strong>Return Data:</strong></td>
<td class="api">XML data packet of AllOverTimeTasks is constructed by the web service and sent to the user.</td>
</tr>
<tr>
<td class="api"><strong>Status messages:</strong></td>
<td class="api">OK or Error.</td>
</tr>
</tbody>
</table>
</div>
<p>
	&nbsp;</p>
<div style="color: rgb(102, 102, 102);"><strong>Example of return data:</strong></div>
<div class="apidiv">
<ol class="api">
<li class="indent0">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</li>
<li class="indent0">&lt;AllOverTimeTasks&gt;</li>
<li class="indent1">&lt;Status&gt;<span style="color: rgb(0, 0, 0);">OK</span>&lt;/Status&gt;</li>
<li class="indent1">&lt;Task_Count&gt;<span style="color: rgb(0, 0, 0);">1</span>&lt;/Task_Count&gt;</li>
<li class="indent1">&lt;Tasks&gt;</li>
<li class="indent2">&lt;Task&gt;</li>
<li class="indent3">&lt;taskid&gt;<span style="color: rgb(0, 0, 0);">7911</span>&lt;/taskid&gt;</li>
<li class="indent3">&lt;jobid&gt;<span style="color: rgb(0, 0, 0);">37</span>&lt;/jobid&gt; (Empty for General tasks)</li>
<li class="indent3">&lt;jobtitle&gt;<span style="color: rgb(0, 0, 0);">Sample Job</span>&lt;/jobtitle&gt; (Empty for General tasks)</li>
<li class="indent3">&lt;jobnumber&gt;<span style="color: rgb(0, 0, 0);">BC001</span>&lt;/jobnumber&gt; (Empty for General tasks)</li>
<li class="indent3">&lt;client&gt;<span style="color: rgb(0, 0, 0);">BC001</span>&lt;/client&gt; (Empty for General tasks)</li>
<li class="indent3">&lt;title&gt;<span style="color: rgb(0, 0, 0);">Sample Task</span>&lt;/title&gt;</li>
<li class="indent3">&lt;taskstatus&gt;<span style="color: rgb(0, 0, 0);">A</span>&lt;/taskstatus&gt;</li>
<li class="indent3">&lt;datetostart&gt;<span style="color: rgb(0, 0, 0);">11-Feb-2009</span>&lt;/datetostart&gt;</li>
<li class="indent3">&lt;datedue&gt;<span style="color: rgb(0, 0, 0);">15-Feb-2009</span>&lt;/datedue&gt;</li>
<li class="indent3">&lt;taskcreatedby&gt;<span style="color: rgb(0, 0, 0);">5</span>&lt;/taskcreatedby&gt;</li>
<li class="indent3">&lt;taskassignedto&gt;<span style="color: rgb(0, 0, 0);">x5x</span>&lt;/taskassignedto&gt;</li>
<li class="indent3">&lt;taskcreatedby_name&gt;<span style="color: rgb(0, 0, 0);">Bob</span>&lt;/taskcreatedby_name&gt;</li>
<li class="indent3">&lt;taskassignedto_names&gt;<span style="color: rgb(0, 0, 0);">Bob</span>&lt;/taskassignedto_names&gt;</li>
<li class="indent3">&lt;allocatedtime&gt;<span style="color: rgb(0, 0, 0);">1:00</span>&lt;/allocatedtime&gt;</li>
<li class="indent3">&lt;totaltimespent&gt;<span style="color: rgb(0, 0, 0);">1:10</span>&lt;/totaltimespent&gt;</li>
<li class="indent2">&lt;/Task&gt;</li>
<li class="indent1">&lt;/Tasks&gt;</li>
<li class="indent0">&lt;/AllOverTimeTasks&gt;</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://api.proworkflow.com/tasks-manager/get-all-overtime-tasks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Appendix</title>
		<link>http://api.proworkflow.com/getting-started/appendix/</link>
		<comments>http://api.proworkflow.com/getting-started/appendix/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 02:35:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[appendix]]></category>

		<guid isPermaLink="false">http://api.proworkflow.com/?p=178</guid>
		<description><![CDATA[&#8226; Date format: dd-mmm-yyyy
&#160;

	&#8226; Time format: hh:mm
&#160;

	&#8226; Contact ID Type:
	1 = Client
	2 = Contractor
	3 = Staff
	4 = Other
&#160;

	&#8226; Variables:
	1 = Yes, 0 = No
	Y = Yes, N = No
	Task Status: A = Archived, C = Current
	Job Complete: A = Active, C = Complete
&#160;

	&#8226; JobStatus is the ID of the Job Category
&#160;

	&#8226; JobClient ID, if the [...]]]></description>
			<content:encoded><![CDATA[<p>&bull; Date format: dd-mmm-yyyy</p>
<p>&nbsp;</p>
<p>
	&bull; Time format: hh:mm</p>
<p>&nbsp;</p>
<p>
	&bull; Contact ID Type:<br />
	1 = Client<br />
	2 = Contractor<br />
	3 = Staff<br />
	4 = Other</p>
<p>&nbsp;</p>
<p>
	&bull; Variables:<br />
	1 = Yes, 0 = No<br />
	Y = Yes, N = No<br />
	Task Status: A = Archived, C = Current<br />
	Job Complete: A = Active, C = Complete</p>
<p>&nbsp;</p>
<p>
	&bull; JobStatus is the ID of the Job Category</p>
<p>&nbsp;</p>
<p>
	&bull; JobClient ID, if the cIient is a company then append COM in front of the id or if a person then&nbsp;PER in front of the id</p>
<p>&nbsp;</p>
<p>
	&bull; Deleted Contacts are deleted but retain the company, historic data is shown in reports.<br />
	Delete Company:<br />
	DeleteCompany the company is deleted but retains any linked people.<br />
	DeleteAll deletes the company and any linked people.</p>
<p>&nbsp;</p>
<p>
	&bull; Upcoming Items statuses:<br />
	Job Overdue<br />
	Job Due<br />
	Start Job<br />
	Task Overdue<br />
	Task Due<br />
	Start Task<br />
	Start Event</p>
<p>&nbsp;</p>
<p>
	For (Get) method status = OK or Error<br />
	For (Post) method status = Success, Failure or Error</p>
]]></content:encoded>
			<wfw:commentRss>http://api.proworkflow.com/getting-started/appendix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>API Key Request</title>
		<link>http://api.proworkflow.com/getting-started/api-key-request/</link>
		<comments>http://api.proworkflow.com/getting-started/api-key-request/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 02:30:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[request]]></category>

		<guid isPermaLink="false">http://api.proworkflow.com/?p=183</guid>
		<description><![CDATA[To request an API key either contact us or login to the Client Area and use the API link in the Software Center section.
]]></description>
			<content:encoded><![CDATA[<p>To request an API key either <a href="mailto:support@proworkflow.com?subject=API%20Key%20Request">contact us</a> or login to the <a href="https://www.proworkflow.com/clients/index.cfm">Client Area</a> and use the API link in the Software Center section.</p>
]]></content:encoded>
			<wfw:commentRss>http://api.proworkflow.com/getting-started/api-key-request/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>API Introduction</title>
		<link>http://api.proworkflow.com/getting-started/api-introduction/</link>
		<comments>http://api.proworkflow.com/getting-started/api-introduction/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 02:27:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[introduction]]></category>

		<guid isPermaLink="false">http://api.proworkflow.com/?p=181</guid>
		<description><![CDATA[This is the fourth major release of the ProWorkflow API, all API calls are grouped by category and can be found in the navigation menu to the left.
&#160;

	An API key is available in the Client Area of the ProWorkflow website, visit this article for more details.
&#160;

	For beta testing we strongly recommend that you contact us [...]]]></description>
			<content:encoded><![CDATA[<p>This is the fourth major release of the ProWorkflow API, all API calls are grouped by category and can be found in the navigation menu to the left.</p>
<p>&nbsp;</p>
<p>
	An API key is available in the Client Area of the ProWorkflow website, visit this <a href="http://api.proworkflow.com/getting-started/api-key-request/">article</a> for more details.</p>
<p>&nbsp;</p>
<p>
	For beta testing we strongly recommend that you <a href="mailto:development@proworkflow.com?subject=API%20Testing%20-%20Please%20replicate%20my%20account">contact us</a> to set up a development version of your live&nbsp;subscription account.</p>
<p>&nbsp;</p>
<p>
	The minimum required version of ProWorkflow for API key acceptance is v.7.6</p>
]]></content:encoded>
			<wfw:commentRss>http://api.proworkflow.com/getting-started/api-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Upcoming Items</title>
		<link>http://api.proworkflow.com/upcoming-items/get-upcoming-items/</link>
		<comments>http://api.proworkflow.com/upcoming-items/get-upcoming-items/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 01:59:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Upcoming Items]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[items]]></category>
		<category><![CDATA[upcoming]]></category>

		<guid isPermaLink="false">http://api.proworkflow.com/?p=176</guid>
		<description><![CDATA[



Function:
Retrieves the Upcoming Items for a given timeframe


Web service call:
https://proworkflow2.net/pwfaccountname/api/upcoming.cfm?customerkey=84DC6CF8-BF78-D79D-B25B-0C0D20229F17&#38;api_call=upcomingitems&#38;startdate=xxx&#38;enddate =xxx&#38;UserID=xxx


Method:
GET


URL Parameters:
Userid, startdate and enddate are not mandatory.


URL Parameters:
If no userid is specified then show information for all is used as a default. If no startdate is specified then the current date will be used. If no enddate is specified then it is set to [...]]]></description>
			<content:encoded><![CDATA[<div style="color: rgb(102, 102, 102);">
<table border="0" cellspacing="0" class="api">
<tbody>
<tr>
<td style="width: 25%;"><strong>Function:</strong></td>
<td class="api">Retrieves the Upcoming Items for a given timeframe</td>
</tr>
<tr>
<td class="api"><strong>Web service call:</strong></td>
<td class="api">https://proworkflow2.net/pwfaccountname/api/upcoming.cfm?customerkey=84DC6CF8-BF78-D79D-B25B-0C0D20229F17&amp;api_call=upcomingitems&amp;startdate=xxx&amp;enddate =xxx&amp;UserID=xxx</td>
</tr>
<tr>
<td class="api"><strong>Method:</strong></td>
<td class="api">GET</td>
</tr>
<tr>
<td class="api"><strong>URL Parameters:</strong></td>
<td class="api">Userid, startdate and enddate are not mandatory.</td>
</tr>
<tr>
<td class="api"><strong>URL Parameters:</strong></td>
<td class="api">If no userid is specified then show information for all is used as a default. If no startdate is specified then the current date will be used. If no enddate is specified then it is set to 2 weeks from the startdate.</td>
</tr>
<tr>
<td class="api"><strong>Return Data:</strong></td>
<td class="api">XML data packet of Upcoming Items is constructed by the web service and sent to the user.</td>
</tr>
<tr>
<td class="api"><strong>Status messages:</strong></td>
<td class="api">OK or Error.</td>
</tr>
</tbody>
</table>
</div>
<p>
	&nbsp;</p>
<div style="color: rgb(102, 102, 102);"><strong>Example of return data:</strong></div>
<div class="apidiv">
<ol class="api">
<li class="indent0">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</li>
<li class="indent0">&lt;UpcomingItems&gt;</li>
<li class="indent1">&lt;Status&gt;<span style="color: rgb(0, 0, 0);">OK</span>&lt;/Status&gt;</li>
<li class="indent1">&lt;Item_Count&gt;<span style="color: rgb(0, 0, 0);">3</span>&lt;/Item_Count&gt;</li>
<li class="indent1">&lt;ItemList&gt;</li>
<li class="indent2">&lt;Item&gt;</li>
<li class="indent3">&lt;id&gt;<span style="color: rgb(0, 0, 0);">1</span>&lt;/id&gt;</li>
<li class="indent3">&lt;title&gt;<span style="color: rgb(0, 0, 0);">Email Campaign</span>&lt;/title&gt;</li>
<li class="indent3">&lt;number&gt;<span style="color: rgb(0, 0, 0);">BC0001</span>&lt;/number&gt;</li>
<li class="indent3">&lt;startdate&gt;<span style="color: rgb(0, 0, 0);">01-Jun-2009</span>&lt;/startdate&gt;</li>
<li class="indent3">&lt;duedate&gt;<span style="color: rgb(0, 0, 0);">27-Jun-2009</span>&lt;/duedate&gt;</li>
<li class="indent3">&lt;status&gt;<span style="color: rgb(0, 0, 0);">Job Overdue</span>&lt;/status&gt;</li>
<li class="indent3">&lt;projectname&gt;<span style="color: rgb(0, 0, 0);">Email Campaign</span>&lt;/projectname&gt;</li>
<li class="indent3">&lt;clientname&gt;<span style="color: rgb(0, 0, 0);">Big Company</span>&lt;/clientname&gt;</li>
<li class="indent3">&lt;type&gt;<span style="color: rgb(0, 0, 0);">Job</span>&lt;/type&gt;</li>
<li class="indent3">&lt;Job&gt;</li>
<li class="indent4">&lt;id&gt;<span style="color: rgb(0, 0, 0);">1</span>&lt;/id&gt;</li>
<li class="indent4">&lt;title&gt;<span style="color: rgb(0, 0, 0);">Email Campaign</span>&lt;/title&gt;</li>
<li class="indent4">&lt;client&gt;<span style="color: rgb(0, 0, 0);">Big Company</span>&lt;/client&gt;</li>
<li class="indent4">&lt;number&gt;<span style="color: rgb(0, 0, 0);">BC0001</span>&lt;/number&gt;</li>
<li class="indent4">&lt;Startdate&gt;<span style="color: rgb(0, 0, 0);">01-Jun-2009</span>&lt;/Startdate&gt;</li>
<li class="indent4">&lt;Duedate&gt;<span style="color: rgb(0, 0, 0);">27-Jun-2009</span>&lt;/Duedate&gt;</li>
<li class="indent4">&lt;Completedate&gt;<span style="color: rgb(0, 0, 0);">27-Jun-2009</span>&lt;/Completedate&gt;</li>
<li class="indent4">&lt;Invoiced&gt;<span style="color: rgb(0, 0, 0);">N</span>&lt;/Invoiced&gt;</li>
<li class="indent4">&lt;Paid&gt;<span style="color: rgb(0, 0, 0);">N</span>&lt;/Paid&gt;</li>
<li class="indent4">&lt;AccountedFor&gt;<span style="color: rgb(0, 0, 0);">N</span>&lt;/AccountedFor&gt;</li>
<li class="indent4">&lt;AllocatedTime&gt;<span style="color: rgb(0, 0, 0);">426</span>&lt;/AllocatedTime&gt;</li>
<li class="indent4">&lt;TotalTimeSpent&gt;&lt;/TotalTimeSpent&gt;</li>
<li class="indent4">&lt;JobComplete&gt;<span style="color: rgb(0, 0, 0);">0</span>&lt;/JobComplete&gt;</li>
<li class="indent4">&lt;JobDescription&gt;<span style="color: rgb(0, 0, 0);">Time limited project for our favorite clients!</span>&lt;/JobDescription&gt;</li>
<li class="indent4">&lt;Notes&gt;&lt;/Notes&gt;</li>
<li class="indent4">&lt;JobStatus&gt;<span style="color: rgb(0, 0, 0);">14</span>&lt;/JobStatus&gt;</li>
<li class="indent4">&lt;JobAssignedTo&gt;<span style="color: rgb(0, 0, 0);">x5x</span>&lt;/JobAssignedTo&gt;</li>
<li class="indent4">&lt;JobAllocatedhours&gt;<span style="color: rgb(0, 0, 0);">7</span>&lt;/JobAllocatedhours&gt;</li>
<li class="indent4">&lt;JobAllocatedminutes&gt;<span style="color: rgb(0, 0, 0);">6</span>&lt;/JobAllocatedminutes&gt;</li>
<li class="indent4">&lt;Quotedprice&gt;<span style="color: rgb(0, 0, 0);">5234.625</span>&lt;/Quotedprice&gt;</li>
<li class="indent4">&lt;ClientLogin&gt;<span style="color: rgb(0, 0, 0);">1</span>&lt;/ClientLogin&gt;</li>
<li class="indent4">&lt;InvoicedPrice&gt;<span style="color: rgb(0, 0, 0);">798.75</span>&lt;/InvoicedPrice&gt;</li>
<li class="indent4">&lt;JobCreatedBy&gt;<span style="color: rgb(0, 0, 0);">5</span>&lt;/JobCreatedBy&gt;</li>
<li class="indent4">&lt;JobCategory&gt;<span style="color: rgb(0, 0, 0);">Production</span>&lt;/JobCategory&gt;</li>
<li class="indent4">&lt;JobManager&gt;<span style="color: rgb(0, 0, 0);">5</span>&lt;/JobManager&gt;</li>
<li class="indent4">&lt;JobManagerDetails&gt;</li>
<li class="indent5">&lt;ContactId&gt;<span style="color: rgb(0, 0, 0);">5</span>/ContactId&gt;</li>
<li class="indent5">&lt;ContactCategoryID&gt;<span style="color: rgb(0, 0, 0);">1</span>&lt;/ContactCategoryID&gt;</li>
<li class="indent5">&lt;ContactTypeID&gt;<span style="color: rgb(0, 0, 0);">3</span>&lt;/ContactTypeID&gt;</li>
<li class="indent5">&lt;CompanyId&gt;<span style="color: rgb(0, 0, 0);">Big Company</span>&lt;/CompanyId&gt;</li>
<li class="indent5">&lt;FullName&gt;<span style="color: rgb(0, 0, 0);">Aubrey Apple</span>&lt;/FullName&gt;</li>
<li class="indent5">&lt;AddressLine1&gt;<span style="color: rgb(0, 0, 0);">328 Two Chain Road</span>&lt;/AddressLine1&gt;</li>
<li class="indent5">&lt;AddressLine2&gt;<span style="color: rgb(0, 0, 0);">Rolleston</span>&lt;/AddressLine2&gt;</li>
<li class="indent5">&lt;AddressLine3&gt;&lt;/AddressLine3&gt;</li>
<li class="indent5">&lt;WorkPhone&gt;<span style="color: rgb(0, 0, 0);">+643 347 3221</span>&lt;/WorkPhone&gt;</li>
<li class="indent5">&lt;MobilePhone&gt;<span style="color: rgb(0, 0, 0);">+6421 347 3223</span>&lt;/MobilePhone&gt;</li>
<li class="indent5">&lt;EmailAddress/&gt;</li>
<li class="indent5">&lt;City&gt;<span style="color: rgb(0, 0, 0);">Christchurch</span>&lt;/City&gt;</li>
<li class="indent5">&lt;State/&gt;</li>
<li class="indent5">&lt;ZipCode&gt;<span style="color: rgb(0, 0, 0);">7675</span>&lt;/ZipCode&gt;</li>
<li class="indent5">&lt;Country&gt;<span style="color: rgb(0, 0, 0);">New Zealand</span>&lt;/Country&gt;</li>
<li class="indent4">&lt;/JobManagerDetails&gt;</li>
<li class="indent3">&lt;/Job&gt;</li>
<li class="indent2">&lt;/Item&gt;</li>
<li class="indent2">&lt;Item&gt;</li>
<li class="indent3">&lt;id&gt;<span style="color: rgb(0, 0, 0);">1567</span>&lt;/id&gt;</li>
<li class="indent3">&lt;title&gt;<span style="color: rgb(0, 0, 0);">Sample Task</span>&lt;/title&gt;</li>
<li class="indent3">&lt;number&gt;&lt;/number&gt;</li>
<li class="indent3">&lt;startdate&gt;<span style="color: rgb(0, 0, 0);">01-Jun-2009</span>&lt;/startdate&gt;</li>
<li class="indent3">&lt;duedate&gt;<span style="color: rgb(0, 0, 0);">27-Jun-2009</span>&lt;/duedate&gt;</li>
<li class="indent3">&lt;status&gt;<span style="color: rgb(0, 0, 0);">Task Overdue</span>&lt;/status&gt;</li>
<li class="indent3">&lt;projectname&gt;<span style="color: rgb(0, 0, 0);">Email Campaign</span>&lt;/projectname&gt;</li>
<li class="indent3">&lt;clientname&gt;<span style="color: rgb(0, 0, 0);">Big Company</span>&lt;/clientname&gt;</li>
<li class="indent3">&lt;type&gt;<span style="color: rgb(0, 0, 0);">Task</span>&lt;/type&gt;</li>
<li class="indent3">&lt;Task&gt;</li>
<li class="indent4">&lt;taskid&gt;<span style="color: rgb(0, 0, 0);">7911</span>&lt;/taskid&gt;</li>
<li class="indent4">&lt;jobid&gt;<span style="color: rgb(0, 0, 0);">37</span>&lt;/jobid&gt; (Empty for General tasks)</li>
<li class="indent4">&lt;title&gt;<span style="color: rgb(0, 0, 0);">Sample Task</span>&lt;/title&gt;</li>
<li class="indent4">&lt;taskstatus&gt;<span style="color: rgb(0, 0, 0);">A</span>&lt;/taskstatus&gt;</li>
<li class="indent4">&lt;datetostart&gt;<span style="color: rgb(0, 0, 0);">11-Feb-2009</span>&lt;/datetostart&gt;</li>
<li class="indent4">&lt;datedue&gt;<span style="color: rgb(0, 0, 0);">15-Feb-2009</span>&lt;/datedue&gt;</li>
<li class="indent4">&lt;taskcreatedby&gt;<span style="color: rgb(0, 0, 0);">5</span>&lt;/taskcreatedby&gt;</li>
<li class="indent4">&lt;taskassignedto&gt;<span style="color: rgb(0, 0, 0);">x53&#215;1x</span>&lt;/taskassignedto&gt;</li>
<li class="indent4">&lt;TaskPriority&gt;<span style="color: rgb(0, 0, 0);">3</span>&lt;/TaskPriority&gt;</li>
<li class="indent4">&lt;allocatedtime&gt;<span style="color: rgb(0, 0, 0);">0</span>&lt;/allocatedtime&gt;</li>
<li class="indent4">&lt;deleted&gt;<span style="color: rgb(0, 0, 0);">0</span>&lt;/deleted&gt;</li>
<li class="indent4">&lt;compdate&gt;<span style="color: rgb(0, 0, 0);"> </span>&lt;/compdate&gt;</li>
<li class="indent4">&lt;taskorder&gt;<span style="color: rgb(0, 0, 0);">9.0</span>&lt;/taskorder&gt;</li>
<li class="indent4">&lt;taskbilling&gt;<span style="color: rgb(0, 0, 0);">1</span>&lt;/taskbilling&gt;</li>
<li class="indent4">&lt;taskdescription&gt;<span style="color: rgb(0, 0, 0);">Sample task description</span>&lt;/taskdescription&gt;</li>
<li class="indent4">&lt;allocatedtime_hours&gt;<span style="color: rgb(0, 0, 0);">3</span>&lt;/allocatedtime_hours&gt;</li>
<li class="indent4">&lt;allocatedtime_minutes&gt;<span style="color: rgb(0, 0, 0);">0</span>&lt;/allocatedtime_minutes&gt;</li>
<li class="indent4">&lt;totaltimespent&gt;<span style="color: rgb(0, 0, 0);">3:12</span>&lt;/totaltimespent&gt;</li>
<li class="indent4">&lt;taskstyle_bh&gt;<span style="color: rgb(0, 0, 0);">1</span>&lt;/taskstyle_bh&gt;</li>
<li class="indent4">&lt;taskstyle_b&gt;<span style="color: rgb(0, 0, 0);">0</span>&lt;/taskstyle_b&gt;</li>
<li class="indent4">&lt;tracking&gt;<span style="color: rgb(0, 0, 0);">1</span>&lt;/tracking&gt;</li>
<li class="indent4">&lt;trackerid&gt;<span style="color: rgb(0, 0, 0);">157</span>&lt;/trackerid&gt; (only provided f tracking is 1)</li>
<li class="indent3">&lt;/Task&gt;</li>
<li class="indent2">&lt;/Item&gt;</li>
<li class="indent2">&lt;Item&gt;</li>
<li class="indent3">&lt;id&gt;<span style="color: rgb(0, 0, 0);">56</span>&lt;/id&gt;</li>
<li class="indent3">&lt;title&gt;<span style="color: rgb(0, 0, 0);">Sample Event</span>&lt;/title&gt;</li>
<li class="indent3">&lt;number&gt;&lt;/number&gt;</li>
<li class="indent3">&lt;startdate&gt;<span style="color: rgb(0, 0, 0);">01-Jun-2009</span>&lt;/startdate&gt;</li>
<li class="indent3">&lt;duedate&gt;&lt;/duedate&gt;</li>
<li class="indent3">&lt;status&gt;<span style="color: rgb(0, 0, 0);">Start Event</span>&lt;/status&gt;</li>
<li class="indent3">&lt;projectname&gt;<span style="color: rgb(0, 0, 0);"></span>&lt;/projectname&gt;</li>
<li class="indent3">&lt;clientname&gt;<span style="color: rgb(0, 0, 0);"></span>&lt;/clientname&gt;</li>
<li class="indent3">&lt;type&gt;<span style="color: rgb(0, 0, 0);">Event</span>&lt;/type&gt;</li>
<li class="indent2">&lt;/Item&gt;</li>
<li class="indent1">&lt;/ItemList&gt;</li>
<li class="indent0">&lt;/UpcomingItems&gt;</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://api.proworkflow.com/upcoming-items/get-upcoming-items/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop Timer</title>
		<link>http://api.proworkflow.com/time-manager/stop-timer/</link>
		<comments>http://api.proworkflow.com/time-manager/stop-timer/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 01:45:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Time Manager]]></category>
		<category><![CDATA[stop]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[timer]]></category>

		<guid isPermaLink="false">http://api.proworkflow.com/?p=174</guid>
		<description><![CDATA[



Function:
Stops the Timer


Web service call:
https://proworkflow2.net/pwfaccountname/api/time.cfm?customerkey=84DC6CF8-BF78-D79D-B25B-0C0D20229F17&#38;api_call=stoptimer&#38;TrackerID=xxx&#38;UserID=xxx


Method:
GET


URL Parameters:
TrackerID and Userid are mandatory.


Notes:
User Permissions are also checked.


Return Data:
XML data packet is constructed by the web service and sent to the user. It contains the success or failure message.


Status messages:
Success, Failure or Error.





	&#160;
Example of return data:


&#60;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&#62;
&#60;StopTimer&#62;
&#60;Status&#62;Success&#60;/Status&#62;
&#60;Details&#62;
&#60;Messsage&#62;Timer Stopped&#60;/Message&#62;
&#60;TrackerID&#62;3679&#60;/TrackerID&#62;
&#60;/Details&#62;
&#60;/StopTimer&#62;
&#160;
OR
&#160;
&#60;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&#62;
&#60;StopTimer&#62;
&#60;Status&#62;Failure&#60;/Status&#62;
&#60;Details&#62;
&#60;Messsage&#62;Error: You don&#39;t have permission to perform this action.&#60;/Message&#62;
&#60;/Details&#62;
&#60;/StopTimer&#62;


]]></description>
			<content:encoded><![CDATA[<div style="color: rgb(102, 102, 102);">
<table border="0" cellspacing="0" class="api">
<tbody>
<tr>
<td style="width: 25%;"><strong>Function:</strong></td>
<td class="api">Stops the Timer</td>
</tr>
<tr>
<td class="api"><strong>Web service call:</strong></td>
<td class="api">https://proworkflow2.net/pwfaccountname/api/time.cfm?customerkey=84DC6CF8-BF78-D79D-B25B-0C0D20229F17&amp;api_call=stoptimer&amp;TrackerID=xxx&amp;UserID=xxx</td>
</tr>
<tr>
<td class="api"><strong>Method:</strong></td>
<td class="api">GET</td>
</tr>
<tr>
<td class="api"><strong>URL Parameters:</strong></td>
<td class="api">TrackerID and Userid are mandatory.</td>
</tr>
<tr>
<td class="api"><strong>Notes:</strong></td>
<td class="api">User Permissions are also checked.</td>
</tr>
<tr>
<td class="api"><strong>Return Data:</strong></td>
<td class="api">XML data packet is constructed by the web service and sent to the user. It contains the success or failure message.</td>
</tr>
<tr>
<td class="api"><strong>Status messages:</strong></td>
<td class="api">Success, Failure or Error.</td>
</tr>
</tbody>
</table>
</div>
<p>
	&nbsp;</p>
<div style="color: rgb(102, 102, 102);"><strong>Example of return data:</strong></div>
<div class="apidiv">
<ol class="api">
<li class="indent0">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</li>
<li class="indent0">&lt;StopTimer&gt;</li>
<li class="indent1">&lt;Status&gt;<span style="color: rgb(0, 0, 0);">Success</span>&lt;/Status&gt;</li>
<li class="indent1">&lt;Details&gt;</li>
<li class="indent2">&lt;Messsage&gt;<span style="color: rgb(0, 0, 0);">Timer Stopped</span>&lt;/Message&gt;</li>
<li class="indent2">&lt;TrackerID&gt;<span style="color: rgb(0, 0, 0);">3679</span>&lt;/TrackerID&gt;</li>
<li class="indent1">&lt;/Details&gt;</li>
<li class="indent0">&lt;/StopTimer&gt;</li>
<li class="indent0">&nbsp;</li>
<li class="indent0">OR</li>
<li class="indent0">&nbsp;</li>
<li class="indent0">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</li>
<li class="indent0">&lt;StopTimer&gt;</li>
<li class="indent1">&lt;Status&gt;<span style="color: rgb(0, 0, 0);">Failure</span>&lt;/Status&gt;</li>
<li class="indent1">&lt;Details&gt;</li>
<li class="indent2">&lt;Messsage&gt;<span style="color: rgb(0, 0, 0);">Error: You don&#39;t have permission to perform this action.</span>&lt;/Message&gt;</li>
<li class="indent1">&lt;/Details&gt;</li>
<li class="indent0">&lt;/StopTimer&gt;</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://api.proworkflow.com/time-manager/stop-timer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Start Timer</title>
		<link>http://api.proworkflow.com/time-manager/start-timer/</link>
		<comments>http://api.proworkflow.com/time-manager/start-timer/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 01:42:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Time Manager]]></category>
		<category><![CDATA[start]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[timer]]></category>

		<guid isPermaLink="false">http://api.proworkflow.com/?p=170</guid>
		<description><![CDATA[



Function:
Starts a Timer for a Task


Web service call:
https://proworkflow2.net/pwfaccountname/api/time.cfm?customerkey=84DC6CF8-BF78-D79D-B25B-0C0D20229F17&#38;api_call=starttimer&#38;TaskID=xxx&#38;UserID=xxx


Method:
GET


URL Parameters:
TaskID and Userid are mandatory.


Notes:
User Permissions are also checked.


Return Data:
XML data packet is constructed by the web service and sent to the user. It contains the success or failure message.


Status messages:
Success, Failure or Error.





	&#160;
Example of return data:


&#60;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&#62;
&#60;StartTimer&#62;
&#60;Status&#62;Success&#60;/Status&#62;
&#60;Details&#62;
&#60;Messsage&#62;Timer Started&#60;/Message&#62;
&#60;TrackerID&#62;3679&#60;/TrackerID&#62;
&#60;/Details&#62;
&#60;/StartTimer&#62;
&#160;
OR
&#160;
&#60;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&#62;
&#60;StartTimer&#62;
&#60;Status&#62;Failure&#60;/Status&#62;
&#60;Details&#62;
&#60;Messsage&#62;Error: You don&#39;t have permission to [...]]]></description>
			<content:encoded><![CDATA[<div style="color:#666666;">
<table border="0" cellspacing="0" class="api">
<tbody>
<tr>
<td style="width: 25%"><strong>Function:</strong></td>
<td class="api">Starts a Timer for a Task</td>
</tr>
<tr>
<td class="api"><strong>Web service call:</strong></td>
<td class="api">https://proworkflow2.net/pwfaccountname/api/time.cfm?customerkey=84DC6CF8-BF78-D79D-B25B-0C0D20229F17&amp;api_call=starttimer&amp;TaskID=xxx&amp;UserID=xxx</td>
</tr>
<tr>
<td class="api"><strong>Method:</strong></td>
<td class="api">GET</td>
</tr>
<tr>
<td class="api"><strong>URL Parameters:</strong></td>
<td class="api">TaskID and Userid are mandatory.</td>
</tr>
<tr>
<td class="api"><strong>Notes:</strong></td>
<td class="api">User Permissions are also checked.</td>
</tr>
<tr>
<td class="api"><strong>Return Data:</strong></td>
<td class="api">XML data packet is constructed by the web service and sent to the user. It contains the success or failure message.</td>
</tr>
<tr>
<td class="api"><strong>Status messages:</strong></td>
<td class="api">Success, Failure or Error.</td>
</tr>
</tbody>
</table>
</div>
<p>
	&nbsp;</p>
<div style="color:#666666;"><strong>Example of return data:</strong></div>
<div class="apidiv">
<ol class="api">
<li class="indent0">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</li>
<li class="indent0">&lt;StartTimer&gt;</li>
<li class="indent1">&lt;Status&gt;<span style="color:#000;">Success</span>&lt;/Status&gt;</li>
<li class="indent1">&lt;Details&gt;</li>
<li class="indent2">&lt;Messsage&gt;<span style="color:#000;">Timer Started</span>&lt;/Message&gt;</li>
<li class="indent2">&lt;TrackerID&gt;<span style="color:#000;">3679</span>&lt;/TrackerID&gt;</li>
<li class="indent1">&lt;/Details&gt;</li>
<li class="indent0">&lt;/StartTimer&gt;</li>
<li class="indent0">&nbsp;</li>
<li class="indent0">OR</li>
<li class="indent0">&nbsp;</li>
<li class="indent0">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</li>
<li class="indent0">&lt;StartTimer&gt;</li>
<li class="indent1">&lt;Status&gt;<span style="color:#000;">Failure</span>&lt;/Status&gt;</li>
<li class="indent1">&lt;Details&gt;</li>
<li class="indent2">&lt;Messsage&gt;<span style="color:#000;">Error: You don&#39;t have permission to perform this action.</span>&lt;/Message&gt;</li>
<li class="indent1">&lt;/Details&gt;</li>
<li class="indent0">&lt;/StartTimer&gt;</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://api.proworkflow.com/time-manager/start-timer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
