Hi I would like to know how to include conditions in a Google Api v4 sheets query.
e.g. where B = 'News
Do I include the condition in the range or as an additional request parameter?
I am currently using
GET https://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId}/values:batchGet
and
POST https://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId}/values:batchUpdate