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.
Response Formats
application/json, text/json
Sample:
[ "a4976f04-0f3a-4a86-97b4-3af9135cbc3b", "591c829a-3661-4a84-bc7a-c38ace89593b" ]
text/html
Sample:
["a4976f04-0f3a-4a86-97b4-3af9135cbc3b","591c829a-3661-4a84-bc7a-c38ace89593b"]