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:
[ "6224d3bd-cc1f-4ffa-a696-dad8e77a7f78", "7a3edb25-bf16-4069-b223-e011fae54acd" ]
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>6224d3bd-cc1f-4ffa-a696-dad8e77a7f78</guid> <guid>7a3edb25-bf16-4069-b223-e011fae54acd</guid> </ArrayOfguid>