6d091bc86a33
Returns the validation results matching the given search criteria.
Returns the validation results matching the given search criteria. Only parameters that are specified in this request and have not <code>null</code> values are used for filtering. All other parameters are ignored. The returned validation results satisfy all constraints that are specified in this search criteria. By default a result containing at most 1000 validation results is returned.
Query parameters
The first result to retrieve. If not set (offset = <code>0</code>), results will be retrieved starting from row <code>0</code>.
The maximum number of results to retrieve. If not set (limit = <code>0</code>), the default limit will be used. The maximum allowed limit is 1000.
Allows to limit the number of elements that will be counted. -1 will count everything and 0 will cause the count to be skipped
The unique identifier of the asset for which we are searching validation results.
The unique identifier of the job for which we are searching validation results.
The unique identifier of the validation rule for which we are searching validation results.
Check the validationResults of only the most recent job according to the other criteria.
Check the validationResults of only the most recent execution (inside or outside a validation job) according to the other criteria.
Filter on the result of validation results.
Response
The paged response with found ValidationResults.