Skip to main content
Version: 5.7.0

GetSystemEntityListCount

Method gets a count of system entities based on the where clause.

Fields available for use in the 'where' clause are:

  • entityType

  • entityIndexedId

  • createdAt

  • updatedAt

  • ownerId

  • timeToLive

    Along with all custom data (using data.). For more information on the query syntax see here.

ServiceOperation
globalEntityGET_SYSTEM_ENTITY_LIST_COUNT

Method Parameters

ParameterDescription
whereMongo style query string

Usage

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