Tables
Get Rows Version
HEAD
/
tables
/
{tableID}
/
rows
Returns an ETag
header containing the current version of the table data.
This endpoint may be polled to detect changes in the table’s data.
To learn more about versioning and how to detect changes, please see our guide on data versioning.
Response Headers
ETag
string
The current version of the table data.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
tableID
string
requiredID of the table, e.g., 2a1bad8b-cf7c-44437-b8c1-e3782df6
Was this page helpful?