POST /entity/{id}/table/upload/csv/async/start
Asynchronously start a csv upload. Use the returned job id and GET /entity/{id}/table/upload/csv/async/get to get the results of the query
Service Limits
resource | limit |
---|---|
The maximum size of a CSV that can be appended to a table | 1 GB |
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/entity/{id}/table/upload/csv/async/start
Resource URL Variables
{id} | The ID of the TableEntity. |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view , modify |
HTTP Method | POST |
Request Object | UploadToTableRequest (application/json) |
Response Object | AsyncJobId (application/json) |