duplicateTable
Duplicates the table schema & content
POST
/v1/tables/{sourceTableId}/duplicateAuthorization
AuthorizationBearerBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Header parameters
x-bot-idstringBot id
x-integration-id?stringIntegration id
x-integration-alias?stringIntegration alias
x-integration-name?stringIntegration name
x-user-id?stringUser Id
x-user-role?stringUser Role
Path parameters
sourceTableIdstringThe table's unique identifier
Request body
Parameters for the duplication operation.
tableName?stringschemaOnly?booleanOnly duplicate the schema, not the content
factor?numberOverride the factor for the duplicated table. If not provided, the new table will use the same factor as the source table.(>= 1, <= 30)
Response
The created table object. For large tables, rows are copied asynchronously and a job object is returned to track progress.
tableobjectrowsnumberThe total number of rows present in the source table.
job?object