A set of filtering options used for searching risks.
| Name | Type | Nullable? | Summary |
|---|---|---|---|
| Probabilities | Double[] | This field is nullable. | The probabilities to filter on. Very Low is 0.05, Low is 0.1, Medium is 0.2, High is 0.4, Very High is 0.8 |
| Impacts | Double[] | This field is nullable. | The impacts to filter on. Very Low is 0.05, Low is 0.1, Medium is 0.2, High is 0.4, Very High is 0.8 |
| Urgencies | Double[] | This field is nullable. | The urgencies to filter on. Very Low is 0.05, Low is 0.1, Medium is 0.2, High is 0.4, Very High is 0.8 |
| IsOpportunity | Boolean | This field is nullable. | The opportunity status to filter on. |
| ResponseStrategyIDs | Int32[] | This field is nullable. | The IDs of associated response strategies to filter on. |
| MaxResults | Int32 | This field is nullable. |
The maximum number of results to return, or null to have no restriction.
|
| ID | Int32 | This field is nullable. | The ID to filter on. |
| ProjectIDs | Int32[] | This field is nullable. | The project IDs to filter on. |
| StatusIDs | Int32[] | This field is nullable. | The status IDs to include. |
| StatusIDsNot | Int32[] | This field is nullable. | The status IDs to exclude. |
| CategoryIDs | Int32[] | This field is nullable. | The category IDs to filter on. |
| ModifiedDateFrom | DateTime | The minimum last modified date to filter on. | |
| ModifiedDateTo | DateTime | The maximum last modified date to filter on. | |
| CreatedUID | String | This field is nullable. | The UID of the creating user to filter on. |
| CreatedDateFrom | DateTime | The minimum created date to filter on. | |
| CreatedDateTo | DateTime | The maximum created date to filter on. | |
| UpdatedFrom | DateTime | The minimum last update date to filter on. | |
| UpdatedTo | DateTime | The maximum last update date to filter on. | |
| UpdatedUID | String | This field is nullable. | The UID of the updating user to filter on. |
| ResponsibilityUID | String | This field is nullable. | The UID of the responsible user to filter on. |
| NameLike | String | This field is nullable. | The text to perform a LIKE search on name. |
| CustomAttributes | TeamDynamix.Api.CustomAttributes.CustomAttribute[] | This field is nullable. | The custom attributes to filter on. |