{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
{
"code": "string",
"name": "string",
"statement_type": "IS",
"statement_type_display": "string",
"depth": 0,
"parent_code": "string",
"sort_order": 0,
"category": "string",
"description": "string",
"aliases": null,
"is_capital_iq_standard": true
}
]
}