I am trying to get all the values from a dropdown list of a cell in google sheet google sheet dropdown screenshot
however in the json return that i am getting from the sheet api, I only get the selected value and not the list of all the values of the dropdown. How can i the whole list?
the ajax code is:
"GET", "https://sheets.googleapis.com/v4/spreadsheets/"+sheetId+"/values/Sheet1?key="+apiKey+""