Database
[{cookie:"xxcXXXXxxx-xxxXXXx-XXXXxx",updated_at:ISODate("2016-09-20T01:31:56.677Z"),created_at:ISODate("2015-04-22T08:32:34.864Z"),call_to_action_responses:[{response_date:ISODate("2015-04-22T08:32:34.863Z"),page_version:"1",template_response_path_base:"page_path",page_url:"http://www.webiste.com/about",page_id:ObjectId("5527d6c40de2c02a0b0000f2"),email:"user_email_at@email.com",lead_data:{phone:"XXXXXXXXX",viewed_assets:"This_Asset",campaign_medium:"",campaign_content:"",first_name:"first",last_name:"last",campaign_source:"",campaign_name:"",company:"Test Company",title:""},_id:0,"_id":ObjectId("5a934e000102030405000001"),name:"View ",target_url:"http://www.webiste.com/about"}]}]
Query
db.collection.aggregate([{$addFields:{call_to_action_responses:{$filter:{input:"$call_to_action_responses",as:"i",cond:{$and:[{$gte:["$$i.response_date",new Date("2015-03-23T00:00:00.000Z")]},{$lte:["$$i.response_date",new Date("2015-06-23T23:59:59.999Z")]}]}}}}}])