GET {HOST:URL}/gl/summaries
This API gets all the GL summaries In the PostgreSQL database.
Example
After making the call, the following is
returned:
[
{
"glDate": "2019-04-30T16:00:00.000+00:00",
"walletOwnerId": 73183493944770561,
"walletOwnerExternalId": null,
"walletDeletedFlag": false,
"journalEntries": [],
"chargeRecords": []
},
{
"glDate": "2019-04-30T16:00:00.000+00:00",
"walletOwnerId": 73183493944770563,
"walletOwnerExternalId": null,
"walletDeletedFlag": false,
"journalEntries": [
{
"eventId": "G4UQA_0:2:52:7",
...
},
{
"eventId": "G4UQA_0:2:52:7",
...
}
],
"chargeRecords": [
{
"eventId": "G4UQA_0:2:52:7",
...
],
}
]