Skip to main content
Version: 5.7.0

SysGetCount

Counts the number of custom entities meeting the specified where clause.

ServiceOperation
customEntitySYS_DROP_COLLECTION

Method Parameters

ParameterDescription
entityTypeThe name of the entity type collection
whereJsonCriteria to search on

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"status": 200
"data": {
"entityListCount": 5
}
}