CountResultDTO

Result object of a count request.

Fields

Type
Name
Description
Optional
Default Value
String  
entity
The entity of the count.
false
 
Integer  
count
The count result.
false
 
Boolean  
isMoreData
Flag to indicate that there is more data than the count result.
false
 

Example

{
	"entity": "Activity",
	"count": 42,
	"moreData": false
}