Thanks Alberto,

I tried that but it has the same response: See below
GET
https://localhost:8443/fineract-provider/api/v1/self/savingsaccounts/35?associations='all
'
Status
400
{
"developerMessage": "The request was invalid. This typically will happen
due to validation errors which are provided.",
"httpStatusCode": "400",
"defaultUserMessage": "Validation errors exist.",
"userMessageGlobalisationCode": "validation.msg.validation.errors.exist",
"errors": [
{
"developerMessage": "The parameter 'all' is not supported.",
"defaultUserMessage": "The parameter 'all' is not supported.",
"userMessageGlobalisationCode": "error.msg.parameter.unsupported",
"parameterName": "'all'",
"value": null,
"args": [
{
"value": "'all'"
}
]
}
]
}

That is what I am getting, what am I doing wrong?

Regards.
Wilfred

On Wed, Mar 2, 2022 at 1:52 AM JOSE ALBERTO HERNANDEZ MALDONADO <
jose.hernan...@fintecheando.mx> wrote:

> Hello Wilfred!
>
> You're pretty near... The right path for self saving accounts is:
> /self/savingsaccounts/{accountId}?assciations='all
>
> Of course you need to have before the accountId value from the client
> accounts API
> /self/clients/{clientId}/accounts
>
> Thanks and best regards
> Alberto
>
> On Tue, Mar 1, 2022 at 2:25 AM Kigred Developer <
> kigred.develo...@gmail.com> wrote:
>
>> Dear Bharath,
>>
>> I want to find out if there is a self-service endpoint that I can query
>> to get transactions that are happening on and a savings account.
>> I tried
>> /self/clients/{clientId}/savingsaccounts/{accountId}?assciations='all' but
>> the 'all' parameter is not supported in the self service end point.
>>
>> Is there a way around this?
>> If there is no way, I believe it would be a nice addition in the next
>> release as it would enable self service users to see the transactions that
>> are happening on the savings accounts.
>>
>> Regards.
>> Wilfred
>> _______________________________________________
>> Mifos-users mailing list
>> Mifos-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mifos-users
>>
> _______________________________________________
> Mifos-users mailing list
> Mifos-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mifos-users
>
_______________________________________________
Mifos-users mailing list
Mifos-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-users

Reply via email to