OptionalrequestFactory: RowsBatchApiRequestFactoryOptionalresponseProcessor: RowsBatchApiResponseProcessorThe ID or name of the table
Optional_options: PromiseConfigurationOptionsClones rows in the draft version of the specified table, given a set of row ids. Maximum of 100 row ids per call. Clone rows in batch
The ID or name of the table
Optional_options: PromiseConfigurationOptionsCreates rows in the draft version of the specified table, given an array of row objects. Maximum of 100 row object per call. See the overview section for more details with an example. Create rows in batch
The ID or name of the table
Optional_options: PromiseConfigurationOptionsCreates rows in the draft version of the specified table, given an array of row objects. Maximum of 100 row object per call. See the overview section for more details with an example. Create rows in batch
The ID or name of the table
Optional_options: PromiseConfigurationOptionsPermanently deletes rows from the draft version of the table, given a set of row IDs. Maximum of 100 row IDs per call. Permanently deletes rows
The ID or name of the table
Optional_options: PromiseConfigurationOptionsPermanently deletes rows from the draft version of the table, given a set of row IDs. Maximum of 100 row IDs per call. Permanently deletes rows
The ID or name of the table
Optional_options: PromiseConfigurationOptionsReturns rows in the draft version of the specified table, given a set of row IDs. Get a set of rows from draft table
The ID or name of the table
Optional_options: PromiseConfigurationOptionsReturns rows in the draft version of the specified table, given a set of row IDs. Get a set of rows from draft table
The ID or name of the table
Optional_options: PromiseConfigurationOptionsReturns rows in the published version of the specified table, given a set of row IDs. Note: This endpoint can be accessed without any authentication if the table is set to be allowed for public access. Get a set of rows
The ID or name of the table to query.
Optional_options: PromiseConfigurationOptionsReturns rows in the published version of the specified table, given a set of row IDs. Note: This endpoint can be accessed without any authentication if the table is set to be allowed for public access. Get a set of rows
The ID or name of the table to query.
Optional_options: PromiseConfigurationOptionsReplaces multiple rows as a batch in the draft version of the table, with a maximum of 100 rows per call. See the endpoint PUT /tables/{tableIdOrName}/rows/{rowId}/draft for details on updating a single row.
Replace rows in batch in draft table
The ID or name of the table
Optional_options: PromiseConfigurationOptionsReplaces multiple rows as a batch in the draft version of the table, with a maximum of 100 rows per call. See the endpoint PUT /tables/{tableIdOrName}/rows/{rowId}/draft for details on updating a single row.
Replace rows in batch in draft table
The ID or name of the table
Optional_options: PromiseConfigurationOptionsUpdates multiple rows as a batch in the draft version of the table, with a maximum of 100 rows per call. See the endpoint PATCH /tables/{tableIdOrName}/rows/{rowId}/draft for details on updating a single row.
Update rows in batch in draft table
The ID or name of the table
Optional_options: PromiseConfigurationOptionsUpdates multiple rows as a batch in the draft version of the table, with a maximum of 100 rows per call. See the endpoint PATCH /tables/{tableIdOrName}/rows/{rowId}/draft for details on updating a single row.
Update rows in batch in draft table
The ID or name of the table
Optional_options: PromiseConfigurationOptions
Clones rows in the draft version of the specified table, given a set of row ids. Maximum of 100 row ids per call. Clone rows in batch