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:
[ "c8095206-f069-4897-9714-b2253207ac18", "22f227a0-2711-4583-a7df-654e8b48f55c" ]
text/html
Sample:
["c8095206-f069-4897-9714-b2253207ac18","22f227a0-2711-4583-a7df-654e8b48f55c"]