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:
[ "474e7a50-0837-41f6-9dac-47211f19f505", "25b5b87d-60e5-4346-a4c1-fddccf00d798" ]
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>474e7a50-0837-41f6-9dac-47211f19f505</guid> <guid>25b5b87d-60e5-4346-a4c1-fddccf00d798</guid> </ArrayOfguid>