Using AlexaCRM/dynamics-webapi-toolkit I need to add a filter for a “modifiedon” datetime
As the title says, I am using the AlexaCRM/dynamics-webapi-toolkit package in a php project.
I have some code where I retrieve multiple records (That part works). However, I need to add a sort of filter where I only get the ones that has “modifiedon” for the last X days. Here is current working code