POST /entity/{id}/table/download/csv/async/start
Asynchronously start a csv download. Use the returned job id and GET /entity/{id}/table/download/csv/async/get to get the results of the query
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/entity/{id}/table/download/csv/async/start
Resource URL Variables
{id} | The ID of the TableEntity. |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view , download |
HTTP Method | POST |
Request Object | DownloadFromTableRequest (application/json) |
Response Object | AsyncJobId (application/json) |