The Open API specification for Synapse is now available for download!

Download Open API Spec

POST /grid/import/csv/async/start

Asynchronously start the import of a CSV file into a grid session. Currently supports only grids started using a RecordSet. Use the returned job id and GET /grid/import/csv/async/get to get the results of the import.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/grid/import/csv/async/start

Resource Information
Authentication Required
Required OAuth Scopes view , download
HTTP Method POST
Request Object GridCsvImportRequest
(application/json)
Response Object AsyncJobId
(application/json)