getDatatable1

abstract suspend fun getDatatable1(datatable: String, apptableId: Long, order: String? = null): String

Retrieve Entry(s) from Data Table Gets the entry (if it exists) for data tables that are one to one with the application table. Gets the entries (if they exist) for data tables that are one to many with the application table. Note: The 'fields' parameter is not available for datatables. ARGUMENTS orderoptional Specifies the order in which data is returned.genericResultSetoptional, defaults to false If 'true' an optimised JSON format is returned suitable for tabular display of data. This format is used by the default data tables UI functionality. Example Requests: datatables/extra_client_details/1 datatables/extra_family_details/1?order=`Date of Birth` desc datatables/extra_client_details/1?genericResultSet=true Responses:

  • 200: OK

Return

kotlin.String

Parameters

datatable

datatable

apptableId

apptableId

order

order (optional)