duplicateTable
Duplicates the table schema & content
POST
/v1/tables/{sourceTableId}/duplicateAuthorization
AuthorizationBearerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Header parameters
x-bot-idstringrequiredBot id
x-integration-idstringIntegration id
x-integration-aliasstringIntegration alias
x-integration-namestringIntegration name
x-user-idstringUser Id
x-user-rolestringUser Role
Path parameters
sourceTableIdstringrequiredThe table's unique identifier
Request body
Parameters for the duplication operation.
tableNamestringschemaOnlybooleanOnly duplicate the schema, not the content
factornumberOverride the factor for the duplicated table. If not provided, the new table will use the same factor as the source table.(>= 1, <= 30)
Response
application/jsonThe created table object. For large tables, rows are copied asynchronously and a job object is returned to track progress.
The response is of type duplicateTableResponse · object.
tableobjectrequiredrowsnumberrequiredThe total number of rows present in the source table.
jobobject