[ 
https://issues.apache.org/jira/browse/FINERACT-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Danish Jamal updated FINERACT-1372:
-----------------------------------
    Description: 
Currently the "GetDataTablesResponse" class has fields named "appTableName", 
"datatableName" and "column", but below data is returned from backend. This can 
be cross check from older(html) doc of the api.
 
[https://localhost:8443/fineract-provider/api-docs/apiLive.htm#datatables_list|https://localhost:8443/fineract-provider/api-docs/apiLive.htm#savingsaccounts_transactions_template]
 or
 
[https://demo.fineract.dev/fineract-provider/api-docs/apiLive.htm#datatables_list|https://demo.fineract.dev/fineract-provider/api-docs/apiLive.htm#savingsaccounts_transactions_template]
{code:java}
{
    "applicationTableName": "m_client",
    "registeredTableName": "Client Beneficiary information",
    "columnHeaderData": []
}
{code}

  was:
Currently the "GetDataTablesResponse" class has fields named "appTableName", 
"datatableName" and "column", but below data is returned from backend. This can 
be cross check from older(html) doc of the api.
[https://localhost:8443/fineract-provider/api-docs/apiLive.htm#savingsaccounts_transactions_template]
 or
[https://demo.fineract.dev/fineract-provider/api-docs/apiLive.htm#savingsaccounts_transactions_template]


{code:java}
{
    "applicationTableName": "m_client",
    "registeredTableName": "Client Beneficiary information",
    "columnHeaderData": []
}
{code}


> invalid fields in GetDataTablesResponse when getting datatables
> ---------------------------------------------------------------
>
>                 Key: FINERACT-1372
>                 URL: https://issues.apache.org/jira/browse/FINERACT-1372
>             Project: Apache Fineract
>          Issue Type: Bug
>            Reporter: Danish Jamal
>            Assignee: Danish Jamal
>            Priority: Major
>              Labels: datatable, gsoc2021, swagger
>             Fix For: 1.5.0
>
>
> Currently the "GetDataTablesResponse" class has fields named "appTableName", 
> "datatableName" and "column", but below data is returned from backend. This 
> can be cross check from older(html) doc of the api.
>  
> [https://localhost:8443/fineract-provider/api-docs/apiLive.htm#datatables_list|https://localhost:8443/fineract-provider/api-docs/apiLive.htm#savingsaccounts_transactions_template]
>  or
>  
> [https://demo.fineract.dev/fineract-provider/api-docs/apiLive.htm#datatables_list|https://demo.fineract.dev/fineract-provider/api-docs/apiLive.htm#savingsaccounts_transactions_template]
> {code:java}
> {
>     "applicationTableName": "m_client",
>     "registeredTableName": "Client Beneficiary information",
>     "columnHeaderData": []
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to