日本語
Appearance
コメントに付いた絵文字リアクションの集計結果を返します。
id
string
200 OK を返します。
200 OK
data
array
data[].type
Example: 👍
👍
data[].count
number
Example: 2
2
data[].users
data[].users[].id
Example: c5c1c5d7-54f0-4d88-b78d-8f3c3a0d9bea
c5c1c5d7-54f0-4d88-b78d-8f3c3a0d9bea
curl 'https://api.youvico.com/api/comments/2fb4e60b-0d9a-46f3-a4dc-cb9fe8ad9be6/reactions' \ -H 'Authorization: Bearer YOUR_API_KEY'
{ "data": [ { "type": "👍", "count": 2, "users": [ { "id": "c5c1c5d7-54f0-4d88-b78d-8f3c3a0d9bea" }, { "id": "f6035d1a-29df-4d80-8d72-f1bbdddfb6ff" } ] } ] }
リアクションを取得する Tier 4
コメントに付いた絵文字リアクションの集計結果を返します。
リクエスト
パス
idstringrequiredレスポンス
200 OKを返します。dataarraydata[].typestringExample:
👍data[].countnumberExample:
2data[].usersarraydata[].users[].idstringExample:
c5c1c5d7-54f0-4d88-b78d-8f3c3a0d9bea例