GET
/
enrichment
/
persons
/
activities
/
post
/
comments
{
  "success": true,
  "credits_left": 19934,
  "rate_limit_left": 19999,
  "metadata": {
    "currentPage": 1,
    "pageNumber": 1,
    "perPage": 50,
    "total": 10
  },
  "comments": [
    {
      "text": "Congrate to the team for this amazing milestone!",
      "reactionsCount": 2,
      "commentsCount": 1,
      "activityDate": 1675339386599,
      "author": {
        "authorId": "ACZxACJrg3QBOHYEx_zMaj2sF7IgUFOpF5LKkss",
        "authorName": "Julien Smith",
        "authorPublicIdentifier": "julien-smith"
      },
      "activityUrl": "https://www.linkedin.com/feed/update/urn:li:activity:7044876553418222512?commentUrn=urn%3Ali%3Acomment%3A%28activity%3A7026876553418432512%2C7026882690565963777%29&dashCommentUrn=urn%3Ali%3Afsd_comment%3A%287026882690565963777%2Curn%3Ali%3Aactivity%3A7026876553418432512%29"
    },
    {
      "text": "Bravo à toute l'équipe pour cette étape incroyable !",
      "reactionsCount": 5,
      "commentsCount": 0,
      "activityDate": 1675400000000,
      "author": {
        "authorId": "ACZxACJrg3QBOHYEx_zMaj2sF7IgUFOpF5LKkss",
        "authorName": "Claire Dubois",
        "authorPublicIdentifier": "claire-dubois-fintech"
      },
      "activityUrl": "https://www.linkedin.com/feed/update/urn:li:activity:7044876553418222512?commentUrn=urn%3Ali%3Acomment%3A%28activity%3A7026876553418432512%2C7026899999999999999%29&dashCommentUrn=urn%3Ali%3Afsd_comment%3A%287026899999999999999%2Curn%3Ali%3Aactivity%3A7026876553418432512%29"
    }
  ]
}

Authorizations

apikey
string
query
required

This required parameter is a string. It represents the APIKEY obtained from the developer dashboard.

Query Parameters

activityId
string
required

This required parameter is a string. It represents the ID of the activity post you want to retrieve comments.

Response

200 - application/json
comments
object[]

All comments of a person on a post

credits_left
integer

Represents the usable credits available for the user account after this query.

metadata
object

Metadata information

rate_limit_left
integer

Represents the usable daily request limit available for the user account after this query.

success
boolean

Indicates success or failure of api request.