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:
[ "83371ecc-682f-4581-8d92-0fd63a273cb5", "331bbbe0-57e7-4751-84e8-ebf0c29d978e" ]
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>83371ecc-682f-4581-8d92-0fd63a273cb5</guid> <guid>331bbbe0-57e7-4751-84e8-ebf0c29d978e</guid> </ArrayOfguid>