Hello,
I am trying to GET a certain row from the items table that I built a custom api for. I am trying to pass the item number through as a header/input because it will need to change throughout its use. Does anyone know how I would load the header into a variable in my api query? I have seen the getvalues() method but that requires an array of values and also I have no idea where to put that in my code because it always shows up with a red line under it. Any help would be great