{ "opencollection": "1.0.0", "info": { "name": "LinkedIn Compliance Events Access Control Use Cases > Statistics APIs > Organization Share Statistics API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://www.linkedin.com/oauth/v2/authorization", "accessTokenUrl": "https://www.linkedin.com/oauth/v2/accessToken", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Use Cases > Statistics APIs > Organization Share Statistics", "type": "folder" }, "items": [ { "info": { "name": "LinkedIn Time Bound Share Statistics", "type": "http" }, "http": { "method": "GET", "url": "https://api.linkedin.com/organizationalEntityShareStatistics", "headers": [ { "name": "Authorization", "value": "{{insert_token}}" }, { "name": "LinkedIn-Version", "value": "{{insert_version}}" } ], "params": [ { "name": "q", "value": "organizationalEntity", "type": "query" }, { "name": "organizationalEntity", "value": "urn%3Ali%3Aorganization%3A2414183", "type": "query" }, { "name": "timeIntervals.timeGranularityType", "value": "DAY", "type": "query" }, { "name": "timeIntervals.timeRange.start", "value": "1634018799000", "type": "query" }, { "name": "timeIntervals.timeRange.end", "value": "1634623599000", "type": "query" } ] }, "docs": "LinkedIn Time Bound Share Statistics" } ] } ], "bundled": true }