Get All Overdue Jobs
| Function: | Retrieves all the overdue jobs/projects |
| Web service call: | https://proworkflow2.net/pwfaccountname/api/projects.cfm?customerkey=84DC6CF8-BF78-D79D-B25B-0C0D20229F17&api_call=overduejobs&UserID=xxx |
| Method: | GET |
| URL Parameters: | UserID is not mandatory. If no id is provided then all jobs will be returned |
| Return Data: | An XML data packet of AllOverDueJobs is constructed by the web service and sent to the user. |
| Status messages: | OK or Error. |
Example of return data:
- <?xml version="1.0" encoding="UTF-8"?>
- <AllOverDueJobs>
- <Status>OK</Status>
- <Job_Count>1</Job_Count>
- <Jobs>
- <Job>
- <id>1</id>
- <title>Email Campaign</title>
- <client>Big Company</client>
- <number>BC0001</number>
- <StartDate>11-Feb-2009</StartDate>
- <DueDate>21-Feb-2009</DueDate>
- <Completedate></Completedate>
- <JobCategory>Current</JobCategory>
- </Job>
- </Jobs>
- </ AllOverDueJobs>




