GET api/jobs/allocatedto/{id}
Returns a list of job ids allocated to passed user id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The allocated user id |
globally unique identifier |
Required |
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:
[ "087a7322-b4db-40f0-994c-27914b47fd1f", "8db89599-cbb7-41af-85cf-b2c80c461f49" ]
text/html
Sample:
["087a7322-b4db-40f0-994c-27914b47fd1f","8db89599-cbb7-41af-85cf-b2c80c461f49"]