Introduction
Gets the count of the specified Entity type from the database. Entities that are currently inactive (the Entity's ActiveTo date is before the current time) are counted as well.
Parameters

credentials

The user's Geotab login credentials.

search

The search object for the type of data to return the count of. The properties of this object will be used to filter the returned count. Only supported for search types: DeviceSearch, FaultDataSearch, UserSearch, and ZoneSearch.

typeName

The entity type this operation targets (e.g. "Device", "User").
Return value
The number of entities in the database.
Code samples
Rate limits

This rate limit only applies to objects that do not have a more specific rate limit. Review the object reference to determine the specific rate limit.

MethodDescriptionLimitPeriodStatus
GetCountOfLimit of 100 requests per 1m.1001mInactive

Loading API Runner...