Can i get HRV,Gyro,Acc and send to server

hello
It’s my first time developing apps in the Samsung watch.
Is it possible to, get the HRV, Gyro, Acc sensor of the watch and send it to a server at a regular interval?
or store sensor data to SQLite and send it to a server at a regular interval?

All help appreciated.

Did you see the sensor API on this page?

Ron
Samsung Developer Program

Hello, what developing platform do you use? Web App, Native C, .NET?
Whatever you use in your work you can have an access to watch sensors by Tizen APIs and send collected data to server very easy. Be more specific please to get better help.

I’m using Web App,
and Ron’s answer was very helpful.
and I want to ask how do I communicate between the Web App and the server, can I use the xmlhttprequest or ajax request?