Get builds by label.

Request

GET https://{hostname}:{port}
  /build/rest2/search/label?{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_projectId long false The filter value of project.
filterValue_labelId long false The filter value of label.