Create a table in a dataset
POST/api/v2/Dataset/:id/table
Dataset processing occurs in the background and may take several minutes to complete.
Request
Path Parameters
The unique identifier of the dataset where the table will be created.
Query Parameters
Use this param to override the culture of the response. Options: - en (default) - es
- multipart/form-data
Body
Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z0-9\-]*$
Unique identifier for the table within the dataset. Must be alphanumeric with optional hyphens. Maximum 64 characters.
Possible values: <= 64 characters
Display name for the table. Maximum 64 characters.
Possible values: <= 4000 characters
Detailed description of the table. Maximum 4000 characters.
The data file to upload for the dataset (CSV, Excel, etc.).
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Table created successfully and processing job scheduled.
If the request is invalid.
The user is unauthorized or the session expired
The user does not have permission
If the dataset was not found.
There was an unexpected error