Validation Results
Get list of all validation results
Returns the validation results of a document.
get/v3/validation_results
Query parameters
offsetinteger
The number of documents to skip before starting to collect the result set.
limitinteger
Example:20
The numbers of results to return.
documentstring required
Unique identifier for the document
Filter by document.
Response
All matching workspace memberships.
Example response
[
{
"id": 1,
"annotations": [
1,
2,
3
],
"passed": true,
"ruleSlug": "supplier-name-is-alphanumeric",
"message": "Expected 'ThisInputShouldMatch' to match regex pattern '[0-9]*"
}
]