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:
[ "73332e2a-96dd-40b0-b18b-6591b330c525", "d00d5d32-1f54-4b44-a8cf-e31222d5f96d" ]
text/html
Sample:
["73332e2a-96dd-40b0-b18b-6591b330c525","d00d5d32-1f54-4b44-a8cf-e31222d5f96d"]