LinkedIn · Capability

Community Management — Use Cases > Statistics APIs > Organization Share Statistics

Community Management — Use Cases > Statistics APIs > Organization Share Statistics. 1 operations. Lead operation: LinkedIn Time Bound Share Statistics. Self-contained Naftiko capability covering one Linkedin business surface.

Run with Naftiko LinkedinUse Cases > Statistics APIs > Organization Share Statistics

What You Can Do

GET
Gettimeboundsharestatistics — LinkedIn Time Bound Share Statistics
/v1/organizationalentitysharestatistics

MCP Tools

linkedin-time-bound-share-statistics

LinkedIn Time Bound Share Statistics

read-only idempotent

Capability Spec

marketing-community-use-cases-statistics-apis-organization-share-statistics.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Community Management — Use Cases > Statistics APIs > Organization Share Statistics
  description: 'Community Management — Use Cases > Statistics APIs > Organization Share Statistics. 1 operations. Lead operation:
    LinkedIn Time Bound Share Statistics. Self-contained Naftiko capability covering one Linkedin business surface.'
  tags:
  - Linkedin
  - Use Cases > Statistics APIs > Organization Share Statistics
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LINKEDIN_API_KEY: LINKEDIN_API_KEY
capability:
  consumes:
  - type: http
    namespace: marketing-community-use-cases-statistics-apis-organization-share-statistics
    baseUri: https://api.linkedin.com
    description: Community Management — Use Cases > Statistics APIs > Organization Share Statistics business capability. Self-contained,
      no shared references.
    resources:
    - name: organizationalEntityShareStatistics
      path: /organizationalEntityShareStatistics
      operations:
      - name: gettimeboundsharestatistics
        method: GET
        description: LinkedIn Time Bound Share Statistics
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: LinkedIn-Version
          in: header
          type: string
        - name: q
          in: query
          type: string
        - name: organizationalEntity
          in: query
          type: string
        - name: timeIntervals.timeGranularityType
          in: query
          type: string
        - name: timeIntervals.timeRange.start
          in: query
          type: integer
        - name: timeIntervals.timeRange.end
          in: query
          type: integer
  exposes:
  - type: rest
    namespace: marketing-community-use-cases-statistics-apis-organization-share-statistics-rest
    port: 8080
    description: REST adapter for Community Management — Use Cases > Statistics APIs > Organization Share Statistics. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/organizationalentitysharestatistics
      name: organizationalentitysharestatistics
      description: REST surface for organizationalEntityShareStatistics.
      operations:
      - method: GET
        name: gettimeboundsharestatistics
        description: LinkedIn Time Bound Share Statistics
        call: marketing-community-use-cases-statistics-apis-organization-share-statistics.gettimeboundsharestatistics
        with:
          Authorization: rest.Authorization
          LinkedIn-Version: rest.LinkedIn-Version
          q: rest.q
          organizationalEntity: rest.organizationalEntity
          timeIntervals.timeGranularityType: rest.timeIntervals.timeGranularityType
          timeIntervals.timeRange.start: rest.timeIntervals.timeRange.start
          timeIntervals.timeRange.end: rest.timeIntervals.timeRange.end
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: marketing-community-use-cases-statistics-apis-organization-share-statistics-mcp
    port: 9090
    transport: http
    description: MCP adapter for Community Management — Use Cases > Statistics APIs > Organization Share Statistics. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: linkedin-time-bound-share-statistics
      description: LinkedIn Time Bound Share Statistics
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: marketing-community-use-cases-statistics-apis-organization-share-statistics.gettimeboundsharestatistics
      with:
        Authorization: tools.Authorization
        LinkedIn-Version: tools.LinkedIn-Version
        q: tools.q
        organizationalEntity: tools.organizationalEntity
        timeIntervals.timeGranularityType: tools.timeIntervals.timeGranularityType
        timeIntervals.timeRange.start: tools.timeIntervals.timeRange.start
        timeIntervals.timeRange.end: tools.timeIntervals.timeRange.end
      outputParameters:
      - type: object
        mapping: $.