CSV-validator API (1.0.2)

Download OpenAPI specification:Download

The API for the CSV-validator. More information at the Web Service documentation.

Validate

Starts validation for given files. More info [here

Starts validation for given files. More info here.

Request Body schema: application/json
metadataUrl
string <url>
tabularUrl
string <url>

Responses

Request samples

Content type
application/json

Response samples

Content type
application/json
{
  • "resultID": 154678
}

ValidationResult

Retrieves a validation result based on ResultId. [

Retrieves a validation result based on ResultId. More info.

path Parameters
resultID
required
number
Example: 15467894

The ID of the validation result to retrieve

Responses

Response samples

Content type
application/json
{
  • "ResultID": 7,
  • "ValidationStatus": "ERROR",
  • "ProgressStatus": "FINISHED",
  • "CreatedAt": "2024-03-28T18:13:52.8947799",
  • "TableGroupResult": {
    }
}