Get information about all jobs

Return a JSON representation of all jobs.

Request

GET https://{hostname}:{port}
  /build/rest2/jobs?{parameters}
Table 1. Request parameters
Parameter Type Required Description
rowsPerPage string false The number of jobs to return per page.
pageNumber string false The page of jobs that should be returned.
orderField string false The field to use when sorting the jobs. This would either be 'name' or 'description'.
sortType string false The order to use when sorting the jobs. This would either be 'asc' or 'desc'.