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:
[ "e28f8e00-ad63-4dcc-9571-934741c2e646", "bab30f4a-d0a1-4d3e-ad42-e9d32bae3f5f" ]
text/html
Sample:
["e28f8e00-ad63-4dcc-9571-934741c2e646","bab30f4a-d0a1-4d3e-ad42-e9d32bae3f5f"]