Get Entry(s) from Data Table

This API retrieves all entries from the specified data table. It allows you to access comprehensive information stored in the data table, including metadata such as column headers, column types, and section details.

Use this to fetch both the data and structure of the table for reporting, analysis, or integration with other systems. Ideal for applications that need to display or process tabular data dynamically.

Path Params
string
required
Defaults to d_testdatatable

The name of the data table where the entry will be made
Example: d_testdatatable

integer
required
Defaults to 101

This parameter specifies the ID of the application table.
If the associated application table is m_client, the client_id will be the apptableId as you are making an entry for that particular client.
Example: 101

Query Params
string

Optional parameter to specify the sort order for the results.
Example: DESC

boolean
Defaults to true

Controls whether sensitive data should be masked in the response.
Default value is true.
Example: true

boolean
Defaults to true

Controls the response format. When true, returns data in generic resultset format.
When false, returns simplified JSON format.
Example: true

Headers
string
required

The ID of your banking instance visible in the MBANQ Console.

Response

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json