GET api/jobs/inprogress/{id}
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
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The allocated user id |
globally unique identifier |
Required |
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:
[ "0400fea0-e594-4f66-96e1-43c8e6e8681b", "500fe093-8654-4b4c-bf1f-9eb26d78321f" ]
text/html
Sample:
["0400fea0-e594-4f66-96e1-43c8e6e8681b","500fe093-8654-4b4c-bf1f-9eb26d78321f"]