Validate file schema from URL
POST/api/v2/Dataset/validation-schema/Url
Validate file schema from URL
Request
Path Parameters
The unique identifier of the dataset where the validation will occur.
The unique identifier of the dataset table where the validation will occur.
Query Parameters
The number of sample rows to return from the CSV file for preview purposes. Default is 0.
Use this param to override the culture of the response. Options: - en (default) - es
- application/json
- text/json
- application/*+json
Body
The request containing the file URL.
Publicly accessible URL of the CSV file to download and use as the table source.
Body
The request containing the file URL.
Publicly accessible URL of the CSV file to download and use as the table source.
Body
The request containing the file URL.
Publicly accessible URL of the CSV file to download and use as the table source.
Responses
- 200
- 400
- 401
- 403
- 404
- 500
File schema validated successfully.
If the request is invalid or the URL is inaccessible.
The user is unauthorized or the session expired
The user does not have permission
If the dataset or table was not found.
There was an unexpected error