Object rows
Count rows
Returns the number of rows matching the optional query and record type filter.
post/public/v1/objects/{name}/rows/count
Path parameters
namestring required
Example:deals
Request body
Example request
{
"recordType": "example"
}Response
Count
Example response
{
"ok": true,
"data": {
"count": 1
}
}