post
Overview
This endpoint is used for preparing an export of a table on Redivis.
HTTP Request
Path parameters
Parameter
tableReference
A qualified reference to the table to be exported. See referencing resources for more information.
This endpoint extends the general API structure
Request body
Provide a JSON object with information about the dataset.
Property name
Type
Description
format
string
The type output format of the export. Must be one of "csv" | "parquet" | "ndjson" | "avro" | "sas7bdat" | "dta" | "sav"
.
If not specified, "csv" will be used.
Authorization
Data access to all tables referenced by the query is required. If a table's data is not public, your access token must have one of the following scopes:
data.data
data.edit
Learn more about authorization.
Response body
Returns the JSON-encoded "get" representation of an export resource.
Last updated