go back Home

MobileTableConfigService

This service provides operations for retrieving and managing configurations used by the mobile apps.

Operations

name role description
DELETE /mobileTableConfigs/{id} Users Deletes the given RowMobileTableConfig and associated RowMobileTableConfigField records specified by the supplied ID.
GET /mobileTableConfigs Users Retrieves a List of RowMobileTableConfig records matching the given parameter for the logged in user.
GET /mobileTableConfigs/new Users Creates a RowMobileTableConfig object. This doesn't create a record in the database. Instead, callers of this method can edit the returned object and then pass it back to the create method to actually insert the record in the database.
GET /mobileTableConfigs/{id} Users Retrieves the table configuration based on the specified ID for the logged in user.
PUT /mobileTableConfigs/create Users Creates a new RowMobileTableConfig record for the given data.
PUT /mobileTableConfigs/update Users Updates a RowMobileTableConfig record for the given data.