このサイトは現在整備中のため、内容等が正しくない場合があります!
{
"noteId": "string",
"type": "string",
"limit": 10,
"sinceId": "string",
"untilId": "string"
}curl --location 'https://misskey.io/api/notes/reactions' \
--header 'Content-Type: application/json' \
--data '{
"noteId": "string",
"type": "string",
"limit": 10,
"sinceId": "string",
"untilId": "string"
}'[
{
"id": "xxxxxxxxxx",
"createdAt": "2019-08-24T14:15:22.123Z",
"user": {
"id": "xxxxxxxxxx",
"name": "藍",
"username": "ai",
"host": "misskey.example.com",
"avatarUrl": "string",
"avatarBlurhash": "string",
"avatarDecorations": [
{
"id": "string",
"angle": 0,
"flipH": true,
"url": "string",
"offsetX": 0,
"offsetY": 0
}
],
"isBot": true,
"isCat": true,
"instance": {
"name": "string",
"softwareName": "string",
"softwareVersion": "string",
"iconUrl": "string",
"faviconUrl": "string",
"themeColor": "string"
},
"emojis": {
"property1": "string",
"property2": "string"
},
"onlineStatus": "unknown",
"badgeRoles": [
{
"name": "string",
"iconUrl": "string",
"displayOrder": 0,
"behavior": "string"
}
]
},
"type": "string"
}
]