Read data

Get validation results

Use the Get validation results endpoint to review warnings and errors encountered during the data type validation phase.

The validation result schema contains two message arrays:

  • warnings array lists potential issues with the data type that may require attention but don't block usage.
  • errors array contains critical issues that must be resolved before the data type can be used.
get/companies/{companyId}/sync/{datasetId}/validation

Response

OK

errorsValidationItem[] — unresolved $ref
warningsValidationItem[] — unresolved $ref

Changes