Get all vehiclesget https://saas.quadminds.com/api/v2/vehicles Querying with filters If you want to query for an specific field and its exact value, you need to pass a {name}={value} (IE: type=AVL-TRAX) If you want to query more complex data, you can use filter param with JSON objectm IE: filter={"name": {"$like": "DESCONECTADO%"}}