GET api/jobs/inprogress
Returns a list of job ids allocated to the passed user id
that are in an 'in progress' state:
OnDevice,
InProgress,
Uploading
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
HTTP 200
Guid[] - In progress Job Ids
HTTP 404
Returned if the query result is null
HTTP 500
An error occurred, please try again or contact the administrator.
Response Formats
application/json, text/json
Sample:
[ "ca1c9d6b-4d02-4359-83e0-88dc406f9c4e", "b5b60a4c-8a24-4056-aaa3-3c3e0c0aeb33" ]
text/html
Sample:
["ca1c9d6b-4d02-4359-83e0-88dc406f9c4e","b5b60a4c-8a24-4056-aaa3-3c3e0c0aeb33"]