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

Language
Authorization
:
URL
Click Try It! to start a request and see the response here!