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

NameDescriptionTypeAdditional 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.

Collection of globally unique identifier

Response Formats

application/json, text/json

Sample:
[
  "411ab37d-bc93-4861-8399-4d6d00a0e360",
  "02e44e67-51e7-4447-8970-9e380b5480d3"
]

text/html

Sample:
["411ab37d-bc93-4861-8399-4d6d00a0e360","02e44e67-51e7-4447-8970-9e380b5480d3"]