get https://localhost:8443/fineract-provider/api/v1/entityDatatableChecks
The list capability of Entity-Datatable Checks can support pagination.
OPTIONAL ARGUMENTS
offset Integer optional, defaults to 0 Indicates the result from which pagination startslimit Integer optional, defaults to 200 Restricts the size of results returned. To override the default and return all entries you must explicitly pass a non-positive integer value for limit e.g. limit=0, or limit=-1
Example Request:
entityDatatableChecks?offset=0&limit=15