Table rows
Count rows
Returns the number of rows matching the optional query.
post/public/v1/tables/{name}/rows/count
Path parameters
namestring required
Example:tasks_board
Request body
Example request
{
"recordType": "example"
}Response
Count
Example response
{
"ok": true,
"data": {
"count": 1
}
}