Re: totalFilteredRecords returning incorrect value

2016-09-26 Thread Arvind Sujeeth
Hi Adi, The API is list clients (GET /clients), with parameter sqlSearch set to "c.account_no={client account no}", where {client account no} is replaced by a literal value like 123456789, corresponding to the client account number. Arvind On 9/23/16 6:50 PM, Adi Raju wrote: > What is the API?

Re: [Mifos-developer] how to deploy Fineract with http behind reverse proxy handling https?

2016-09-26 Thread Yalu
Hi Adi, Thank you very much for pointing me in the right direction. Previously I was only looking at tomcat config server.xml and getting a whole bunch of errors I did not understand due to not knowing anything about Java/Spring. I should be able to work it out from this along with better unde

RE: Using Self-Service APIs to return accounts of only one client

2016-09-26 Thread Adi Raju
Self Service APIs were created not only with end customer in mind. These APIs are created to support agent banking, field staff and other scenarios as well. Basic idea is that the data and operations are restricted as compared to a bank staff. Design decisions and the approach is documented here

RE: [Mifos-developer] password reset with self service API

2016-09-26 Thread Adi Raju
Self service user is just a special type of application user with restricted access. So existing app user apis are used for any user CRUD operations, https://demo.openmf.org/api-docs/apiLive.htm#users_create isSelfServiceUser and clients are the additional params differentiating a normal user