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:
[ "5ad76b10-7acf-4be8-94c3-f30d8a6811c6", "698a8221-d412-457b-9614-5c5fd99278fc" ]
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>5ad76b10-7acf-4be8-94c3-f30d8a6811c6</guid> <guid>698a8221-d412-457b-9614-5c5fd99278fc</guid> </ArrayOfguid>