A component of ASP.NET for creating RESTful web services that support HTTP-based communication between clients and servers.
LinkedIn does not provide public APIs for Page inbox conversations or direct messages. The available communication APIs focus on invitations and messages for members, not for LinkedIn Pages, and there is no documented or supported endpoint to:
- Fetch Page inbox conversations
- Send or reply to Page messages
- Sync Page messaging in real time
Messaging integrations of the type described (CRM sync for Page inbox) are therefore not supported via public LinkedIn APIs and are effectively restricted.
Regarding share-related data:
- LinkedIn exposes social actions (likes, comments, and other social activity) on shares via the
socialActionsAPI. For example:-
GET https://api.linkedin.com/rest/socialActions/{share URN}/comments -
GET https://api.linkedin.com/rest/socialActions/{share URN}/likes
-
- The documentation describes “Share & Social Action Insights” and indicates that these APIs provide insights into share, like, and comment statistics to optimize content performance.
This means:
- Share and social action insights are available through the documented Reporting and Social Actions APIs for supported use cases.
- Only the specific metrics and objects exposed in those endpoints are available; there is no additional, undocumented “share count” API beyond what is described.
- Access is subject to the standard permissions, partner requirements, and data usage restrictions, including limits on how member data and social activity can be used, stored, and combined.
If share counts are not appearing in an implementation, the likely causes are:
- The endpoint being used only returns likes and comments, not a separate share-count field.
- The integration does not meet the required permissions or partner program requirements for the relevant reporting APIs.
For any additional or advanced reporting needs, the integration requirements for Reporting APIs and the social actions documentation should be followed.
References: