v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Copy of Get user reaction count

get/user-reactions-count/

Query parameters

reaction_space_idstring required
target_idstring

there can be multiple target_id as filter eg, target_id=abcd&target_id=1234

reacted_by_idstring

Profile ID used to personalize the response in fields like self_reacted_user_reaction_id

relationship_typestring

Unique keys for profile relationship types (Example - follow, friend)

relationship_from_profile_idstring

Profile UUID for the from_profile in a profile relationship. This parameter or an auth token for the from_profile is required with relationship_type.

Response

200

{"stackTrail":"paths:/user-reactions-count/:get:responses:200:content:application/json:schema:properties:previous","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/user-reactions-count/:get:responses:200:content:application/json:schema:properties:next","oasType":"schema","type":"unknown"}
countinteger

Example response

{
  "results": [
    {
      "reactions": [
        {
          "reaction_id": "b08ce04d-6fbd-40e4-b20d-879471f91daa",
          "count": 1,
          "self_reacted_user_reaction_id": "519b7fa6-51f5-4d94-ad9e-24fb2e579ef6"
        }
      ],
      "target_id": "test26"
    }
  ],
  "count": 1
}