[]
        
(Showing Draft Content)

DatasetExport

DatasetExport

[POST] /api/datasets/{id}/export

Parameters

Name In Type
idRequired path string

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

DatasetExportModel

Responses

[200] Success

binary

Type: [text/plain], [application/json], [text/json]

Models

Ƭ DatasetExportModel

Name Type
parametersNullable Array<DatasetParameterValue>
advancedSetting ExportAdvancedSetting
fileTypeNullable string

Ƭ DatasetParameterValue

Name Type
nameNullable string
valueNullable Array
multivalue Boolean

Ƭ ExportAdvancedSetting

Name Type
encodingNullable string
noHeader Boolean
columnsDelimiterNullable string
rowsDelimiterNullable string
extensionNullable string
fileFormatNullable string
formatted Boolean
quotePropertyNames Boolean
addTimeStamp Boolean
limit int32