Specific listitem with REST call issue
So, I have a list that is being populated from a REST get service. I have verified that the id field is being populated with good data for each item and everything is being displayed correctly.
I have a button in the listitem that is for deleting the record via a REST delete service. I have verified the service works correctly with the test mechanism. The uri for the service is http:/xxx.xxx.xxx.xxx/rest/{playList}/item/{id}. I have mapped the id text field from the listitem to id request parameter. However, when the service executes, it is sending every id for all of the records instead of for the item which was clicked.
What have I done wrong??