get https://localhost:8443/fineract-provider/api/v1/groups
The default implementation of listing Groups returns 200 entries with support for pagination and sorting. Using the parameter limit with description -1 returns all entries.
Example Requests:
groups
groups?fields=name,officeName,joinedDate
groups?offset=10&limit=50
groups?orderBy=name&sortOrder=DESC