cURL
curl --request GET \ --url https://api.tic.io/datasets/persons/{personId}/graph \ --header 'x-api-key: <api-key>'
{ "edges": [ { "id": 123, "start": 123, "end": 123, "label": "<string>", "properties": {} } ], "nodes": [ { "id": 123, "label": "<string>", "properties": {} } ] }
Returns a graph with persons, companies and optional beneficial owners
Show child attributes