GET
/
enrichment
/
companies
/
activities
/
post
/
reactions
{
  "success": true,
  "credits_left": 19934,
  "rate_limit_left": 19999,
  "metadata": {
    "currentPage": 1,
    "pageNumber": 1,
    "perPage": 50,
    "total": 10
  },
  "reactions": [
    {
      "type": "LIKE",
      "author": {
        "authorId": "XCoEECH1JL4BEFTG8OBXXuUTIOatyKpCH9AIGE0",
        "authorName": "Stefan Smith"
      }
    },
    {
      "type": "LIKE",
      "author": {
        "authorId": "XCoEECH1JL4BEFTG8OBXXuUTIOatyKpCH9AIGE0",
        "authorName": "John Doe"
      }
    }
  ]
}

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 reactions.

Response

200 - application/json
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.

reactions
object[]

All reactions of a person on a post

success
boolean

Indicates success or failure of api request.