/search/statuses GET
Request
GET https://{hostname}:{port}
/build/rest2/search/statuses?{parameters}
| Parameter | Type | Required | Description |
|---|---|---|---|
| pageNumber | int | false | The page of statusSummary that should be returned. |
| rowsPerPage | int | false | The number of statusSummary to return per page. |
| filterValue_status | string | false | The status name to search for. |
| filterValue_name | string | false | The project name pattern to search for. |
