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:
[ "5fa842db-b6b6-4b6c-97d2-cb7fccca7379", "3c3a2f21-d5e8-4196-9339-4301308bcaca" ]
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>5fa842db-b6b6-4b6c-97d2-cb7fccca7379</guid> <guid>3c3a2f21-d5e8-4196-9339-4301308bcaca</guid> </ArrayOfguid>