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:
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <AllOverDueJobs>
  3. <Status>OK</Status>
  4. <Job_Count>1</Job_Count>
  5. <Jobs>
  6. <Job>
  7. <id>1</id>
  8. <title>Email Campaign</title>
  9. <client>Big Company</client>
  10. <number>BC0001</number>
  11. <StartDate>11-Feb-2009</StartDate>
  12. <DueDate>21-Feb-2009</DueDate>
  13. <Completedate></Completedate>
  14. <JobCategory>Current</JobCategory>
  15. </Job>
  16. </Jobs>
  17. </ AllOverDueJobs>
VN:F [1.7.5_995]
Was this article useful?