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:
[ "d0046554-4774-4359-9f20-fe586cd4c4b4", "7c095b1d-2f82-4d40-870b-6c4294ac64ee" ]
text/html
Sample:
["d0046554-4774-4359-9f20-fe586cd4c4b4","7c095b1d-2f82-4d40-870b-6c4294ac64ee"]