Aggregate stats over the caller’s imported LinkedIn network — totals, top companies and titles, and month-over-month growth.
network_connections:
totalConnections — raw row counttopCompanies — top 10 by connection count, descending (null/empty companies excluded)topPositions — top 10 position strings by count, descending (null/empty excluded)connectionsOverTime — monthly growth series keyed by YYYY-MMtotalConnections.
getNetworkConnectionDetail; for raw rows call listNetworkConnections.Empty-state safe. A user who hasn’t imported anything yet gets zeroed arrays, not a 404 — no need to pre-check with listNetworkConnections.No pagination, no filters. The whole network is aggregated every time. If a user reports “my analytics are stale” the answer is always “refetch, no cache to bust”.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Aggregate stats across the caller's network.
Aggregate stats over the caller's LinkedIn network import.
Total rows in network_connections for the caller.
0 <= x <= 9007199254740991Top 10 companies by connection count, descending. Empty and null companies are excluded.
Top 10 position/title strings by connection count, descending. Empty and null positions are excluded.
Connection counts grouped by YYYY-MM, sorted by the underlying connected_on ascending. Connections with no connected_on are omitted.