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 description
/{table}
DELETE /{table}/{id}
GET /{table}/new
GET /{table}/search
GET /{table}/unvalidatedsearch
GET /{table}/{id}
GET /{table}/{orderby}/search
GET /{table}/{orderby}/unvalidatedsearch
POST /{table}/{id}/{method}
POST /{table}/{method}
PUT /{table}/create
PUT /{table}/update