Optional
requestFactory: RowsBatchApiRequestFactoryOptional
responseProcessor: RowsBatchApiResponseProcessorThe ID or name of the table
Optional
_options: ConfigurationClones 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: ConfigurationCreates 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: ConfigurationCreates 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: ConfigurationPermanently 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: ConfigurationPermanently 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: ConfigurationReturns 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: ConfigurationReturns 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: ConfigurationReturns 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: ConfigurationReturns 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: ConfigurationReplaces 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: ConfigurationReplaces 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: ConfigurationUpdates 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: ConfigurationUpdates 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: Configuration
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