{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
{
"code": "string",
"is_primary": true,
"company": {
"id": 0,
"name": "string",
"tagline": "string",
"isins": [
"string"
],
"lei": "string",
"sub_industry_code": "string",
"country_code": "string"
},
"figi": "string",
"composite_figi": "string",
"share_class_figi": "string",
"security_type": "string",
"security_type2": "string",
"market_sector": "string",
"exch_code": "string",
"figi_last_updated": "2019-08-24T14:15:22.123Z"
}
]
}