GET api/v{version}/jobs
Requests all the jobs of the asking user
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
List of all jobs started by the calling user
Collection of globally unique identifierResponse Formats
application/json, text/json
Sample:
[ "79482216-575d-4be9-ba01-2e52c08a3c5b", "fa6c20e1-1466-4190-bfe3-4f23dfb40b53" ]
application/xml, text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>79482216-575d-4be9-ba01-2e52c08a3c5b</guid> <guid>fa6c20e1-1466-4190-bfe3-4f23dfb40b53</guid> </ArrayOfguid>