Table
Data
Count rows in a table
Count the number of rows in table id
REST NAMESPACE ONLY REST namespace returns the response as a plain integer instead of the CountTableRowsResponse JSON object. The REST response maps to the CountTableRowsResponse model as follows:
- the integer response body maps to count
- response headers map to context via the header. prefix (see the Context schema)
post/v1/table/{id}/count_rows
Request body
Response
Result of counting rows in a table
integer required
Row count serialized transparently as a bare number for the REST namespace. The CountTableRowsResponse object model is used by non-REST interfaces.