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:
[ "d66fd75c-a3a1-4cc5-a214-33f7c67deaa9", "9e50f30c-9be1-42b2-a940-2a20098f51f0" ]
text/html
Sample:
["d66fd75c-a3a1-4cc5-a214-33f7c67deaa9","9e50f30c-9be1-42b2-a940-2a20098f51f0"]