curl -v -X GET https://api.swfi.com/v1/subsidiaries?before_created_at=2022-10-17&after_created_at=2022-10-12&before_updated_at=2022-10-17&after_updated_at=2022-10-12&name=Temasek&legal_name=investment%20management&country=Norway®ion=North%20America&type=Company&parent_entity_id=undefined&limit=10&offset=0&sort_field=created_at&sort_dir=ASC \ -H "Accept: application/json" \ -H "Authorization: $API_KEY"
{ "data": [ { "_id": "621654e28326720292c3de2a", "parent_entity_id": "598cdaa60124e9fd2d05c04a", "name": "ISTARI", "legal_name": "ISTARI", "dba_name": "ISTARI", "type": "Asset Manager", "lei": "", "address": "8 Cavendish Square, Marylebone, London, W1G 0PD", "country": "United Kingdom", "region": "Europe", "phone": "44-20-8161-2972", "fax": "", "summary": "<p>Established in 2020 by Temasek, an investment company headquartered in Singapore, ISTARI has a unique model. It is an advisory practice, investor and educator through its Academy, developed and delivered in collaboration with Columbia University, School of International and Public Affairs. ISTARI harnesses the collective power of the world's leading cybersecurity companies, experts, and knowledge to work alongside clients on their journey to build cyber resilience. The ISTARI Collective includes Sygnia, Ensign InfoSecurity (EIS), BlueVoyant, Claroty, Armis, Prevalent AI, and VisibleRisk. Headquartered in London, ISTARI has a global presence in the US, Europe and Singapore.</p>\n<p>ISTARI - the Global Cybersecurity platform established by Temasek to help clients manage their digital risk in times of rapid digitalisation. It harnesses the collective power of the world’s leading cybersecurity companies, people and knowledge to work alongside clients to secure their business growth and earn digital trust.</p>", "updated_at": "", "created_at": "2022-02-23T15:38:10.179Z" }, { "_id": "6010bd8ef7c08f57cecfdf97", "parent_entity_id": "598cdaa60124e9fd2d05c04a", "name": "Affinidi", "legal_name": "Affinidi", "dba_name": "Affinidi", "type": "Company", "lei": "", "address": "83 Clemenceau Avenue #02-01 UE Square, Singapore, 239920, Singapore", "country": "Singapore", "region": "Asia", "phone": "", "fax": "", "summary": "<p>Affinidi is founded by Temasek, a global investment firm headquartered in Singapore<br />‍<br />Affinidi is building technology solutions as well as two applications, GoodWorker and Trustana, to promote the growth of a Self-Sovereign Identity-enabled ecosystem<br />‍<br />Trustana is a curated B2B marketplace and trade platform connecting verifiable, international partners for seamless cross-border trade<br />‍<br />GoodWorker is a digital job matching platform for blue-collar workers and employers in India.</p>", "updated_at": "", "created_at": "2021-01-27T01:10:38.695Z" } ], "total_items": 6249 }
{ "errors": [ { "query_parameter": "sort_field", "message": "Value not in available options." } ], "status": 400 }
Retrieve one subsidiary with links to associated resources.
curl -v -X GET https://api.swfi.com/v1/subsidiaries/:_id \ -H "Accept: application/json" \ -H "Authorization: $API_KEY"
{ "data": { "_id": "621654e28326720292c3de2a", "parent_entity_id": "598cdaa60124e9fd2d05c04a", "name": "ISTARI", "legal_name": "ISTARI", "dba_name": "ISTARI", "type": "Asset Manager", "lei": "", "address": "8 Cavendish Square, Marylebone, London, W1G 0PD", "country": "United Kingdom", "region": "Europe", "phone": "44-20-8161-2972", "fax": "", "summary": "<p>Established in 2020 by Temasek, an investment company headquartered in Singapore, ISTARI has a unique model. It is an advisory practice, investor and educator through its Academy, developed and delivered in collaboration with Columbia University, School of International and Public Affairs. ISTARI harnesses the collective power of the world's leading cybersecurity companies, experts, and knowledge to work alongside clients on their journey to build cyber resilience. The ISTARI Collective includes Sygnia, Ensign InfoSecurity (EIS), BlueVoyant, Claroty, Armis, Prevalent AI, and VisibleRisk. Headquartered in London, ISTARI has a global presence in the US, Europe and Singapore.</p>\n<p>ISTARI - the Global Cybersecurity platform established by Temasek to help clients manage their digital risk in times of rapid digitalisation. It harnesses the collective power of the world’s leading cybersecurity companies, people and knowledge to work alongside clients to secure their business growth and earn digital trust.</p>", "updated_at": "", "created_at": "2022-02-23T15:38:10.179Z" } }
{ "errors": [ { "path": "/v1/aum/:_id", "message": "Not Found" } ], "status": 404 }