GET api/v{version}/jobs

Requests all the jobs of the asking user

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

None.

Response Information

Resource Description

List of all jobs started by the calling user

Collection of globally unique identifier

Response Formats

application/json, text/json

Sample:
[
  "86cdca14-2b9b-4be9-b2e8-3a1356670fbe",
  "ba8fa567-ee8f-4e82-965e-7672ab7f52a7"
]

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>86cdca14-2b9b-4be9-b2e8-3a1356670fbe</guid>
  <guid>ba8fa567-ee8f-4e82-965e-7672ab7f52a7</guid>
</ArrayOfguid>