GET api/jobs/allocatedto


Returns a list of job ids allocated to the requesting user.

Request Information

URI Parameters

None.

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:
[
  "abc982f1-7a16-4530-89c2-fe0f3d444343",
  "8a8ede25-1ea8-47b3-b0ef-0f26429f6d95"
]

text/html

Sample:
["abc982f1-7a16-4530-89c2-fe0f3d444343","8a8ede25-1ea8-47b3-b0ef-0f26429f6d95"]