Append data to a table
PATCH/api/v2/Dataset/:id/table/:tableId/AppendTable
Dataset processing occurs in the background and may take a few minutes to complete.
Request
Path Parameters
id uuidrequired
The unique identifier of the dataset where the append will occur.
tableId uuidrequired
The unique identifier of the dataset table where the append will occur.
Query Parameters
culture string
Use this param to override the culture of the response. Options: - en (default) - es
- multipart/form-data
Body
File binary
The data file to upload for the dataset (CSV, Excel, etc.).
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Table appended 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 or table was not found.
There was an unexpected error
Loading...