GET /mobileTableConfigs
Retrieves a List of RowMobileTableConfig records matching the given parameter for the logged in user.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
tableName |
table name for which to filter the results |
query
|
|
String
|
Result
List
<
RowMobileTableConfig
>
of type:
application/xml
application/json
a list of RowMobileTableConfig objects
Child Elements:
RowMobileTableConfigField
This element represents field detail records associated with the table configuration.
The element contains a __name
attribute with the value mobileTableConfigFields
.
RowUsers
This element represents the user associated with the table configuration, by the mobileTableConfig.user_id
field.
The element contains a __name
attribute with the value enteredUser
.
Try It Out
Request