LinkedIn · Capability

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

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

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

What You Can Do

GET
Gettimeboundfollowerstatistics — LinkedIn Time-Bound Follower Statistics
/v1/organizationalentityfollowerstatistics

MCP Tools

linkedin-time-bound-follower-statistics

LinkedIn Time-Bound Follower Statistics

read-only idempotent

Capability Spec

marketing-community-use-cases-statistics-apis-organization-follower-statistics.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Community Management — Use Cases > Statistics APIs > Organization Follower Statistics
  description: 'Community Management — Use Cases > Statistics APIs > Organization Follower Statistics. 1 operations. Lead
    operation: LinkedIn Time-Bound Follower Statistics. Self-contained Naftiko capability covering one Linkedin business surface.'
  tags:
  - Linkedin
  - Use Cases > Statistics APIs > Organization Follower 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-follower-statistics
    baseUri: https://api.linkedin.com
    description: Community Management — Use Cases > Statistics APIs > Organization Follower Statistics business capability.
      Self-contained, no shared references.
    resources:
    - name: organizationalEntityFollowerStatistics
      path: /organizationalEntityFollowerStatistics
      operations:
      - name: gettimeboundfollowerstatistics
        method: GET
        description: LinkedIn Time-Bound Follower Statistics
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: LinkedIn-Version
          in: header
          type: string
        - name: X-Restli-Protocol-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-follower-statistics-rest
    port: 8080
    description: REST adapter for Community Management — Use Cases > Statistics APIs > Organization Follower Statistics. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/organizationalentityfollowerstatistics
      name: organizationalentityfollowerstatistics
      description: REST surface for organizationalEntityFollowerStatistics.
      operations:
      - method: GET
        name: gettimeboundfollowerstatistics
        description: LinkedIn Time-Bound Follower Statistics
        call: marketing-community-use-cases-statistics-apis-organization-follower-statistics.gettimeboundfollowerstatistics
        with:
          LinkedIn-Version: rest.LinkedIn-Version
          X-Restli-Protocol-Version: rest.X-Restli-Protocol-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-follower-statistics-mcp
    port: 9090
    transport: http
    description: MCP adapter for Community Management — Use Cases > Statistics APIs > Organization Follower Statistics. One
      tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: linkedin-time-bound-follower-statistics
      description: LinkedIn Time-Bound Follower Statistics
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: marketing-community-use-cases-statistics-apis-organization-follower-statistics.gettimeboundfollowerstatistics
      with:
        LinkedIn-Version: tools.LinkedIn-Version
        X-Restli-Protocol-Version: tools.X-Restli-Protocol-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: $.