curl
Networks
Get Network Graph
Retrieve the network as a graph of subject nodes (vendor users, vendor businesses, transaction parties) and signal nodes (the shared device/IP/face/document/phone/email/address values linking them), with edges representing memberships.
GET
curl
Retrieve the network as a graph: subject nodes for each vendor user, vendor business, or transaction party in the network, signal nodes for each shared device, IP, face, document number, phone, email, or address value linking them, and edges for the memberships between them.
Use
depth to bound how many hops out from a focus_kind/focus_id subject to return, this is what backs the Console’s graph view zooming into one applicant’s immediate connections instead of loading the whole network. Omit depth (or pass all) for the full neighborhood; truncated tells you whether a bounded request cut anything off.
Related
Authorizations
Path Parameters
Organization UUID.
Application UUID.
Network UUID.
Example:
"n3a5e000-0000-4000-8000-000000000001"
Query Parameters
Hops from the focus subject to include. Defaults to all (unbounded).
Available options:
1, 2, 3, all Subject type to center the graph on. Must be supplied together with focus_id; defaults to an arbitrary member when depth is bounded and neither is supplied.
Available options:
vendor_user, vendor_business, transaction_party Subject UUID to center the graph on.