Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

244
Views
Unable to query using date timestamp in mongodb atlas data api

Unable to query using date while passing through mongo data api. I would like to query the database to find fetch all entries at the time

The below code returns empty document

The sample db :

[{
  sensorId:'1231541',
  sensorTimestamp:'2022-01-28T20:14:26.223+00:00'
}]


await superagent.post(`${url}/action/${body.action}`)
       .send({
        dataSource: 'Cluster0',
        database:'testDB',
        collection: body.collection,       
        filter: body.filter,
        sort: body.sort,        
      });


const config = {
  action: 'find',
  collection: 'testCollection',
  filter: {
    sensorId: '1231541',
    sensorTimestamp: {
      $gte:  new Date('2022-01-28T20:14:26.223+00:00'),
      $lt: new Date('2022-01-28T20:33:16.324+00:00'),
    },
  },
  sort: {
    name: 1,
  },
};

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!