Forum Discussion
fedpar
10 years agoMicrosoft Employee
GET table contents through webapp
I'm looking to write a simple webapp that will go through a specific dataset's table and determine if the data is complete and up-to-date. I'd run this on a daily basis. I started looking into the Po...
- 10 years ago
Hmm...there doesn't appear to be a way to read the data. Oh well, back to doing it manually, I guess. Thanks!
ankitpatira
10 years agoCommunity Champion
fedpar Here's the list of all REST API operations. I think Add and delete rows could be what you're after. Also I it may not be possible to get individual row atm through API but you can submit that as an idea to be implemented in future.
fedpar
10 years agoMicrosoft Employee
Hmm...there doesn't appear to be a way to read the data. Oh well, back to doing it manually, I guess. Thanks!