Tables
Count rows in a table
Count the number of rows in a table.
Can optionally pass a predicate to count the rows that match.
POST
Authorizations
Path Parameters
name of the table
Body
application/json
A SQL filter expression that specifies the rows to count.
Response
200 - application/json
The response is of type integer
.