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:
[ "5b222840-2676-4940-8dde-608a45943d2a", "46bf2516-5cb3-4f1e-91db-4ad53693bfae" ]
text/html
Sample:
["5b222840-2676-4940-8dde-608a45943d2a","46bf2516-5cb3-4f1e-91db-4ad53693bfae"]