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:
[ "b54e1084-ff62-40c8-9537-2210d8b64140", "0b406d57-7234-444b-af5f-8fbf712ddd0d" ]
text/html
Sample:
["b54e1084-ff62-40c8-9537-2210d8b64140","0b406d57-7234-444b-af5f-8fbf712ddd0d"]