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:
[ "73204f1d-2958-49e3-a81e-f8c1d9645643", "c7e1c67a-020f-4c44-81cd-6c08215a41ba" ]
text/html
Sample:
["73204f1d-2958-49e3-a81e-f8c1d9645643","c7e1c67a-020f-4c44-81cd-6c08215a41ba"]