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:
[ "0ba3724b-063d-41ef-a0a0-5de7a3d4e702", "e2d631d5-54ec-47f2-b3eb-02184012607f" ]
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>0ba3724b-063d-41ef-a0a0-5de7a3d4e702</guid> <guid>e2d631d5-54ec-47f2-b3eb-02184012607f</guid> </ArrayOfguid>