Function: Retrieves all the overtime jobs
Web service call: https://proworkflow2.net/pwfaccountname/api/projects.cfm?customerkey=84DC6CF8-BF78-D79D-B25B-0C0D20229F17&api_call=overtimejobs&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.

 

Example of return data:
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <AllOverTimeJobs>
  3. <Status>OK</Status>
  4. <Job_Count>1</Job_Count>
  5. <Jobs>
  6. <Job>
  7. <id>1</id>
  8. <title>Big Company Email</title>
  9. <client>Big Company</client>
  10. <number>BC0001</number>
  11. <StartDate>11-Feb-2009</StartDate>
  12. <DueDate>21-Feb-2009</DueDate>
  13. <Completedate>21-Feb-2009</Completedate>
  14. <JobCategory>Current</JobCategory>
  15. <AllocatedTime>1:00</AllocatedTime>
  16. <TotalTimeSpent>1:10</TotalTimeSpent>
  17. </Job>
  18. </Jobs>
  19. </AllOverTimeJobs>
VN:F [1.7.5_995]
Was this article useful?