Filters
Learn how to use filters to query specific resources.
Last updated
Was this helpful?
Was this helpful?
{"word_count": {"$gt": 100}}
{"created_at": {"$gt": "1970-01-01T00:00:00Z"}}{"word_count": {"$gte": 100}}
{"created_at": {"$gte": "1970-01-01T00:00:00Z"}}{"word_count": {"$lt": 100}}
{"created_at": {"$lt": "1970-01-01T00:00:00Z"}}{"word_count": {"$lte": 100}}
{"created_at": {"$lte": "1970-01-01T00:00:00Z"}}{"status": {"$in": ["in_progress", "completed"]}}{"status": {"$nin": ["in_progress", "completed"]}}{"status": {"$ne": "in_progress"}}{
"$or": [
{"status": "in_progress"},
{"word_count": {"$gt": 100}}
]
}{"name": {"$regex": "/^Some/i"}}status,-created_at