In the official googleapi library, the get method accepts only parameters in the form of "Data! A1: D4", where Data is the name of the sheet, A1: D4 is the selection range. But how to send a request for a selection, for example by cell value or by max / min value?
I know for sure that Google has a structured query language sq, which is similar to sql. I even found examples of such requests in the 2 and 3 versions of the library.