AckdbCompanyRelationshipSummary — Floqer API Schema | Floqer Docs

{ "requestedCompany": { "entityId": "123456", "name": "Example Corp", "domain": "example.com", "status": "active", "graphOnly": false }, "canonicalCompany": { "entityId": "654321", "name": "Example Corp", "domain": "example.com", "status": "active", "graphOnly": false }, "identityRelationships": [ { "class": "subsidiary", "type": "acquisition", "company": { "entityId": "789012", "name": "Sub Example Inc", "domain": "subexample.com", "status": "active", "graphOnly": false }, "canonicalCompany": { "entityId": "789012", "name": "Sub Example Inc", "domain": "subexample.com", "status": "active", "graphOnly": false } } ], "mergedFromCount": 2, "parentCount": 1, "childCount": 3 }