CSVUploads

Retreive all

get
Query parameters
projectIdstringOptional

Optional. If not given, then default project is used

Responses
200

List of CSV Uploads

application/json
get
/csvuploads
200

List of CSV Uploads

Retreive

get
Path parameters
destinationTablestringRequired

name of the destinationTable

Query parameters
projectIdstringOptional

Optional. If not given, then default project is used

Responses
200

Details about the CSV Upload

application/json
get
/csvuploads/{destinationTable}
200

Details about the CSV Upload

Delete

delete
Path parameters
destinationTablestringRequired

name of the destinationTable

Query parameters
projectIdstringOptional

Optional. If not given, then default project is used

Responses
200

csv upload is deleted

No content

delete
/csvuploads/{destinationTable}
200

csv upload is deleted

No content

Create

post
Path parameters
dataImportNamestringRequired

name of the dataImport

destinationTablestringRequired

name of the destinationTable

Query parameters
projectIdstringOptional

Optional. If not given, then default project is used

Body
filestringOptional
Responses
200

Details about the created csv upload

application/json
post
/csvuploads/{dataImportName}/{destinationTable}
200

Details about the created csv upload

Update

put
Path parameters
dataImportNamestringRequired

name of the dataImport

destinationTablestringRequired

name of the destinationTable

Query parameters
projectIdstringOptional

Optional. If not given, then default project is used

Body
filestringOptional
Responses
200

Details about the updated csv upload

application/json
put
/csvuploads/{dataImportName}/{destinationTable}
200

Details about the updated csv upload

Sample Create Request

Last updated