POST /v1/post/comments advertises a previousCursor and you want to expand the rest of that comment thread.
This endpoint is LinkedIn-only and returns a normalized Trigify response shape for consistency with POST /v1/post/comments.
track:post:comments permission.
Required plan: ENTERPRISE or CUSTOM.
postUrn: Numeric LinkedIn post id, identical to the value used with POST /v1/post/commentscommentUrn: Full LinkedIn comment URN returned by POST /v1/post/commentspreviousCursor: Optional reply cursor returned by the comments response or a previous replies responsePOST /v1/post/comments responses return a reply-compatible full comment URN.
POST /v1/post/commentspreviousCursorPOST /v1/post/comments/replies with that cursorpreviousCursor, reuse it for the next pagereplies: the reply items for this pagecount: number of replies returned in this responsepreviousCursor: cursor to request the next page, or null when there is no next pagehasMore: boolean convenience flag derived from previousCursorx-spent-credits response header.
Examples:
previousCursor, there may be no additional reply pages to fetch.The LinkedIn post URN to get replies from. ex: '7196224250288955393'
1The LinkedIn comment URN returned by POST /v1/post/comments. Legacy numeric comment ids are also accepted for backward compatibility. ex: 'urn:li:comment:(urn:li:ugcPost:7218979654638989312,7219337261564252161)'
^(?:urn:li:comment:(\d+|\(.+\))|\d+)$Cursor returned by the comments or replies response to fetch the next page of replies