v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Get user reaction count

get/applications/{client-id}/reaction-space-counts/

Path parameters

client-idstring required

Query parameters

reaction_space_idstring required
target_group_idstring

Response

200

{"stackTrail":"paths:/applications/{client-id}/reaction-space-counts/:get:responses:200:content:application/json:schema:properties:previous","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/applications/{client-id}/reaction-space-counts/: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
}