Get (...)

Introduction
Gets the Entity(s) for the given entityType. This method can be used in various ways to return all, one or some specific set of data for the Entity(s).
Parameters

credentials

The user's Geotab login credentials.

propertySelector

The PropertySelector used to limit the Entity properties retrieved from the server. >> Beta: not supported by all types.

resultsLimit

Limit the number of results that can be returned to this search.

search

If null, all Entity(s) are returned. Pass a Search object (ex. DeviceSearch) with the Id property set if you need to return a specific entity. Pass a Search with properties set that needs to be searched on. For example, setting the Name property for a DeviceSearch object will return only devices that match the name provided.

typeName

The entity type this operation targets (e.g. "Device", "User").
Return value
A list of Entity(s).
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.

MethodDescriptionLimitPeriod
GetLimit of 100 requests per 1m.1001m

Loading API Runner...