Searches the database for people which were created in a specified timeframe
Namespace: Thomas.APIServicesAssembly: Thomas.APIServices (in Thomas.APIServices.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
Parameters
- AgentGUID
- Type: System Guid
The Agent GUID of the client
- AuthToken
- Type: System String
The authentication token of the client
- CreatedDateFrom
- Type: System DateTime
The lower bound of the date range
- CreatedDateTo
- Type: System DateTime
The upper bound of the date range
Return Value
A ResultsList of People that match the supplied criteriaSee Also