Optional requestFactory: RowsBatchApiRequestFactoryOptional responseProcessor: RowsBatchApiResponseProcessorPrivate apiThe ID or name of the table
The JSON array of row ids
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
JSON array of row objects
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
JSON array of row ids.
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
JSON array of row ids.
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.
The JSON array of row ids
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
JSON array of row objects.
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
JSON array of row objects.
Optional _options: ConfigurationGenerated using TypeDoc
Clones rows in the
draftversion of the specified table, given a set of row ids. Maximum of 100 row ids per call. Clone rows in batch