Queries to return series points

I am completely lost with version 2.0. How can I get a point with all fields (not separately) in a query? Just like version 1.8. Thank you!

You can use Flux in 2.0 via the query endpoint: InfluxDB v2.0 API documentation This will return all points that match, in their entirety unless you have filtered or dropped columns.

But InfluxQL is also available if you have existing queries that you want to continue to use.

Please let us know if you need more guidance.