result.data | object | Yes | — | Provider response payload. |
result.data.elements | array | No | — | — |
result.data.elements[].id | string | Yes | — | The unique identifier for the comment. |
result.data.elements[].linkedinUrl | string | Yes | — | The direct URL to the comment on LinkedIn. Format: uri. |
result.data.elements[].commentary | string | Yes | — | The text content of the comment. |
result.data.elements[].createdAt | string | Yes | — | The ISO 8601 timestamp of when the comment was created. Format: date-time. |
result.data.elements[].numComments | integer | Yes | — | The number of replies to this comment. |
result.data.elements[].numShares | integer | null | No | — | The number of times this comment has been shared (often null for comments). |
result.data.elements[].numImpressions | integer | null | No | — | The number of impressions for this comment (often null). |
result.data.elements[].reactionTypeCounts | array | No | — | A list of reaction types and their counts for this comment. |
result.data.elements[].reactionTypeCounts[].type | "LIKE" | "EMPATHY" | "PRAISE" | "INTEREST" | "MAYBE" | Yes | — | The type of reaction. Allowed: LIKE, EMPATHY, PRAISE, INTEREST, MAYBE. |
result.data.elements[].reactionTypeCounts[].count | integer | Yes | — | The number of this type of reaction. |
result.data.elements[].postId | string | Yes | — | The ID of the post to which this comment belongs. |
result.data.elements[].actor | object | Yes | — | — |
result.data.elements[].actor.id | string | Yes | — | The unique identifier for the actor who made the comment. |
result.data.elements[].actor.name | string | Yes | — | The name of the actor. |
result.data.elements[].actor.linkedinUrl | string | Yes | — | The LinkedIn profile URL of the actor. Format: uri. |
result.data.elements[].actor.position | string | No | — | The current position or headline of the actor. |
result.data.elements[].actor.pictureUrl | string | No | — | The URL of the actor’s profile picture. Format: uri. |
result.data.elements[].actor.picture | object | No | — | — |
result.data.elements[].actor.picture.url | string | Yes | — | The URL of the picture. Format: uri. |
result.data.elements[].actor.picture.width | integer | Yes | — | The width of the picture in pixels. |
result.data.elements[].actor.picture.height | integer | Yes | — | The height of the picture in pixels. |
result.data.elements[].actor.picture.expiresAt | integer | Yes | — | The expiration timestamp of the picture URL in milliseconds since epoch. Format: int64. |
result.data.elements[].actor.author | boolean | Yes | — | Indicates if the actor is the original author of the parent post. |
result.data.elements[].createdAtTimestamp | integer | Yes | — | The timestamp of when the comment was created, in milliseconds since epoch. Format: int64. |
result.data.elements[].pinned | boolean | Yes | — | Indicates if the comment is pinned. |
result.data.elements[].contributed | boolean | Yes | — | Indicates if the actor is a contributor to the content (e.g., a group admin or page role). |
result.data.elements[].edited | boolean | Yes | — | Indicates if the comment has been edited. |
result.data.pagination | object | No | — | — |
result.data.pagination.totalPages | integer | No | — | Format: int32. |
result.data.pagination.totalElements | integer | No | — | Format: int32. |
result.data.pagination.pageNumber | integer | No | — | Format: int32. |
result.data.pagination.previousElements | integer | No | — | Format: int32. |
result.data.pagination.pageSize | integer | No | — | Format: int32. |
result.data.pagination.paginationToken | string | No | — | Format: nullable. |
result.data.status | string | integer | No | — | — |
result.data.error | string | null | No | — | — |
result.meta | object | No | — | Additional response metadata (status, paging). |