Get the build by searching.

Request

GET https://{hostname}:{port}
  /build/rest2/search/build?{parameters}
Table 1. Request parameters
Parameter Type Required Description
rowsPerPage int false The number of build life to return per page.
pageNumber int false The page of build life that should be returned.
orderField string false The field to use when sorting the build life.
sortType string false The order to use when sorting the build life. This would either be 'asc' or 'desc'.
filterValue_buildLifeId string false The filter value of build life.
filterValue_name string false The filter value of project.
filterValue_statusId string false The filter value of status.
filterValue_stamp string false The filter value of stamp.