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
The person id
Include or exclude beneficial owner
Exclude nodes when person has more than the set number of maximum roles
OK
The response is of type object.
object