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:
[ "55e8a9bd-439d-49aa-b84c-c293ab59ffc4", "eeb80444-1d21-4e70-9656-3bb7dfd405a6" ]
text/html
Sample:
["55e8a9bd-439d-49aa-b84c-c293ab59ffc4","eeb80444-1d21-4e70-9656-3bb7dfd405a6"]