jobList

Namespace: (default namespace)
XML Schema: api.xsd

Wraps a list of Job objects.

JSON Example


  {
     "jobList":
     [
       {
         "jobId": 1,
         "definitionId": 59,
         "definitionName": "min",
         "startTime": "2014-07-29 21:19:03",
         "endTime": "2014-07-29 21:19:17",
         "elapsedTime": 14087,
         "percentComplete": 100,
         "jobStatus": "completed",
         "defineURL": null,
         "outputFilter": null,
         "outputSorts": null
       }
     ],
     "total": 925
  }

JSON

property type description
jobList array of jobList (job) The list of requested Jobs.
totalJobs totalJobs (int) Number of report Jobs run.