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:
[ "f7d8c27c-ed41-4849-8c2d-85682a4c9520", "e6f99d6f-d486-4405-b972-d489769c9230" ]
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>f7d8c27c-ed41-4849-8c2d-85682a4c9520</guid> <guid>e6f99d6f-d486-4405-b972-d489769c9230</guid> </ArrayOfguid>