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:
[ "9bc22a21-6c1a-472e-b72a-e6ad13ba2984", "08aba47b-ed6a-4ae1-8ab8-ddca3c48266e" ]
text/html
Sample:
["9bc22a21-6c1a-472e-b72a-e6ad13ba2984","08aba47b-ed6a-4ae1-8ab8-ddca3c48266e"]