go back Home

TableRowService

This service provides a generic interface for retrieving, creating and updating TableRows. This service allows safe access to any table in the database because it makes sure that auditing, permissions and validation code runs before making changes.

Operations

name role description
/{table}
DELETE /{table}/{id} Users
GET /{table}/new Users
GET /{table}/search Users Searches the database for provided table matching the given request parameters.
GET /{table}/unvalidatedsearch Users Searches the database for provided table matching the given request parameters.
GET /{table}/{id} Users
GET /{table}/{orderBy}/search Users
GET /{table}/{orderby}/unvalidatedsearch Users
POST /{table}/{id}/{method} Users
POST /{table}/{method} Users
PUT /{table}/create Users
PUT /{table}/update Users