v1

latestOpenAPI 3.0.02026-07-2638801.8 MB
export

export csv from table

get/export/{tableId}

Path parameters

tableIdstring required

Query parameters

viewIdstring

Set the view you want to fetch, default is first view. result will filter and sort by view options.

Example:viwXXXXXXX

Set the view you want to fetch, default is first view. result will filter and sort by view options.

string
OR
boolean

When a viewId is specified, configure this to true will ignore the view's filter, sort, etc

filterstring

A filter object for complex query conditions based on fields, operators, and values. Use our visual query builder at https://app.teable.ai/developer/tool/query-builder to build filters.

A filter object for complex query conditions based on fields, operators, and values. Use our visual query builder at https://app.teable.ai/developer/tool/query-builder to build filters.

orderBystring

An array of sort objects that specifies how the records should be ordered.

An array of sort objects that specifies how the records should be ordered.

groupBystring

An array of group objects that specifies how the records should be grouped.

An array of group objects that specifies how the records should be grouped.

projectionstring[]

If you want to get only some fields, pass in this parameter, otherwise all visible fields will be obtained, The parameter value depends on the specified fieldKeyType to determine whether it is name or id

If you want to get only some fields, pass in this parameter, otherwise all visible fields will be obtained, The parameter value depends on the specified fieldKeyType to determine whether it is name or id

columnMetastring

When ignoreViewQuery is true, use this columnMeta to sort fields by order. Format: { fieldId: { order: number } }

When ignoreViewQuery is true, use this columnMeta to sort fields by order. Format: { fieldId: { order: number } }

Response

Download successful