cURL
curl --request GET \ --url https://api.tic.io/datasets/companies/{companyId}/graph \ --header 'x-api-key: <api-key>'
{ "edges": [ { "id": "<string>", "start": "<string>", "end": "<string>", "label": "<string>", "properties": {} } ], "nodes": [ { "id": "<string>", "label": "<string>", "properties": {} } ] }
Returns a graph with companies, optional beneficial owners and persons
The company id
Include or exclude beneficial owner
Exclude nodes when person has more than the set number of maximum roles
Max nodes per path
Max total nodes
OK
Show child attributes