Authorizations
Path Parameters
name of the table
Body
application/json
Response
Number of rows in the table
The response is of type integer
.
Example:
1000
Count the number of rows in a table with optional filtering. You can pass a SQL predicate to count only the rows that match specific criteria.
name of the table
Number of rows in the table
The response is of type integer
.
1000