cURL
curl --request GET \ --url https://api.tic.io/datasets/companies/{companyId}/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 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
OK
The response is of type object.
object