Tag Archives: WebAPI datetime filter for Dynamics 365 CE

Fetching data based on date field using WebAPI

Introduction Are you looking for sample code to fetch data from Dynamics 365 CE using WebAPI ? if yes this post will help. We are discussing how to fetch data based on the datetime field from account entity. Look for our other WebAPI Samples here Requirement Retrieve accounts records which created on or before today’s date. Solution Write writing WebAPI… Read more »