Hi,Is there a method to get all the jobID for all jobs that have been sent by a user (or all the jobs between 2 timestamps)? I need it for fax reporting purposes.
Thank you,Quan
Hi,If someone can help me really quick with this question, I'd appreciate it. I am trying to meet the deadline.
Thank you.
Yes, you can use the JobListRequest. There is a C# sample and a VB sample.
Thank you for the help. I really appreciate it.I am able to test out JobListRequest, and it returns Job IDs + JobStates. However, there is no result for delivery state (the item level state). I read in another post that job state should never be used to report delivery status back to customer, so getting JobStates is not a good idea (Please correct me if I am wrong)
Is there another API call to return JobIDs and delivery state?
I've heard of scheduled detail report, but I am not quite clear. Would that help solve my problem?
Thanks in advance,
Quan
The JobState gives the overall State of the job. You need to look at the State code and message to determine item level. You would use JobList to see the ones that are Completed and/or Posted. Then you would do a JobDeliveryStatus to obtain the State code for the items.
Or you could use the standard reports that are available. You should discuss those with your PreSales Engineer.