{
"filter": {
"include_inactive": true,
"include_archived": true,
"sort_by": "string"
},
"summary": {
"accounts_count": 0,
"total_current_balance": 0,
"total_opening_balance": 0,
"total_ytd_net_movement": 0,
"positive_count": 0,
"negative_count": 0,
"zero_count": 0,
"currency": "CAD"
},
"accounts": [
{
"account": {
"id": 0,
"code": "string",
"description": "string",
"category": {
"id": 0,
"code": "string",
"label": "string"
}
},
"status": {
"is_active": true,
"is_archived": true,
"is_used": true
},
"current_balance": 0,
"opening_balance": 0,
"ytd_net_movement": 0,
"last_active_period": 0,
"currency": "CAD",
"_links": {}
}
],
"metadata": {
"organisation_id": "string",
"extracted_at": "2019-08-24T14:15:22.123Z",
"sdk_indexes_used": {},
"data_freshness": "string"
},
"cache": {
"status": "string",
"key_hash": "string",
"cached_at": "2019-08-24T14:15:22.123Z",
"expires_at": "2019-08-24T14:15:22.123Z",
"age_seconds": 0,
"ttl_remaining_seconds": 0,
"ttl_policy": "string",
"force_refreshed": true
},
"_links": {}
}