Where filter

I am new to this ,how can i use the field lastmodifieddate as a filter to get only those records that were last modified see the sytax i use in postman

https://api.hubapi.com/crm/v3/objects/contacts?zainlimit=100&properties=firstname&properties=Classification&properties=city&properties=lastname&properties=lastname&properties=mobilephone&properties=zip&properties=state&properties=campaign&properties=hs_analytics_source_data_1&properties=military_status&properties=address&properties=degree&properties=do_you_plan_to_take_classes_on_campus_or_online_&properties=degree_level&properties=hs_content_membership_status&properties=email&properties=hs_analytics_source&properties=third_party_referrals&properties=hs_lead_status&properties=anticipated_fhsu_enrollment_date&properties=are_you_a_citizen_or_permanent_resident_of_the_united_states_properties=date_of_birth

Kash

Hey, @kqamar73 I’d recommend you check out the Search API. You can set up a filter to look at parameters such as — less-than, equal-to, between, etc.

Have fun building! — Jaycee