GET api/jobs/allocatedto/{id}


Returns a list of job ids allocated to passed user id

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[] - Allocated 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:
[
  "93a500d9-b5ed-4b7f-94ce-d053c72d7506",
  "f20e7c0c-4de0-4832-9a6c-1760c5e79cab"
]

text/html

Sample:
["93a500d9-b5ed-4b7f-94ce-d053c72d7506","f20e7c0c-4de0-4832-9a6c-1760c5e79cab"]