getDatatables

abstract suspend fun getDatatables(apptable: String? = null): List<GetDataTablesResponse>

List Data Tables Lists registered data tables and the Apache Fineract Core application table they are registered to. ARGUMENTS apptable - optional The Apache Fineract core application table. Example Requests: datatables?apptable=m_client datatables Responses:

  • 200: OK

Return

kotlin.collections.List

Parameters

apptable

apptable (optional)