Traversal
GAThe Traversal endpoint returns paths from a single target entity to up to 50 directly or indirectly-related entities. Each path includes information on the 0 to 10 intermediary entities, as well as their connecting relationships. The response’s explored_count field indicates the size of the graph subset the application searched. Running a traversal on a highly connected entity with a restrictive set of argument filters and a high max depth will require the application to explore a higher number of traversal paths, which may affect performance. In cases where a traversal searches over a very large, highly-connected subgraph, a partial result set may be returned containing only the most relevant results. This will be indicated in the response by the partial_results field.
Path parameters
Headers
OAuth authentication of the form <token>.
Query parameters
Set relationship type(s) to follow when traversing related entities. Defaults to following all relationship types.
Filter paths to only those that end at an entity associated with the specified country(ies). Defaults to returning paths that end in any country.
Filter paths to only those that end at an entity of the specified type(s). Defaults to returning paths that end at any type.