get https://localhost:8443/fineract-provider/api/v1/centers
The default implementation supports pagination and sorting with the default pagination size set to 200 records. The parameter limit with description -1 will return all entries.
Example Requests:
centers
centers?fields=name,officeName,joinedDate
centers?offset=10&limit=50
centers?orderBy=name&sortOrder=DESC