Retrieve, upload, or delete sample data rows for a table to provide data previews and examples for discovery and understanding using the Collate REST API.
GET /v1/tables/{id}/sampleData
PUT /v1/tables/{id}/sampleData
DELETE /v1/tables/{id}/sampleData
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission |
404 | NOT_FOUND | Table does not exist or has no sample data |