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.
Example:
"category = 'shoes'"
Response
200
application/json
Number of rows in the table
The response is of type integer
.
Example:
1000