go back Home

MobileTableConfigService

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

Operations

name description
DELETE /mobileTableConfigs/{id} Deletes the given RowMobileTableConfig and associated RowMobileTableConfigField records specified by the supplied ID.
GET /mobileTableConfigs Retrieves a List of RowMobileTableConfig records matching the given parameter for the logged in user.
GET /mobileTableConfigs/new 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} Retrieves the table configuration based on the specified ID for the logged in user.
PUT /mobileTableConfigs/create Creates a new RowMobileTableConfig record for the given data.
PUT /mobileTableConfigs/update Updates a RowMobileTableConfig record for the given data.