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:
[ "297a0acc-ceea-48b3-b01d-2f98b0da33f6", "152e4ffc-b594-4445-9c81-86f077517a0f" ]
text/html
Sample:
["297a0acc-ceea-48b3-b01d-2f98b0da33f6","152e4ffc-b594-4445-9c81-86f077517a0f"]