Asked by Mike Grabsky on Jan 16, 2025
Mike is using the C# Rest API to GET contacts and wants to filter the results to only include records updated since a specific date.
Answered by Lukas Knobling
Lukas recommends using the CRM Search API endpoint (`/crm/v3/objects/contacts/search`) instead of the basic GET endpoint. The Search API allows filtering based on property values, including the `lastmodifieddate` property.