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