-
Notifications
You must be signed in to change notification settings - Fork 5
Appendix 3: REST Service
0Alic edited this page May 30, 2018
·
1 revision
GET | POST | DELETE | |
---|---|---|---|
/rooms | Get the list of all rooms | - | - |
/rooms/[rn] | Get list of people in room rn | Create new room rn | Delete a room rn |
/readings/[bId] | Get the list of readings about a beacon (grouped by room) | - | Delete ALL readings about a beacon |
/peopleList | get the list of users registered to the service | - | - |
/people | Get list of people locations | - | - |
/people/[pId] | - | Create user pId | Delete user pId |