Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
When making a GET request with URL /fineract-provider/api/v1/accounts/share, a list of share accounts should be returned as in the API docs https://demo.openmf.org/api-docs/apiLive.htm#shareaccount_list. Instead the platform responds with:
{
"timestamp": 1463490341729,
"status": 500,
"error": "Internal Server Error",
"exception": "java.lang.NullPointerException",
"message": null
}
This API should return a list of shares, which can be limited by paging and truncation of records if response size needs to be limited, but it should send back a sane response.