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:
[ "f649d97e-cd90-42c3-9c05-234bd1e6e6eb", "7cff47d4-b22c-4242-b242-715b2e831849" ]
text/html
Sample:
["f649d97e-cd90-42c3-9c05-234bd1e6e6eb","7cff47d4-b22c-4242-b242-715b2e831849"]