このサイトは現在整備中のため、内容等が正しくない場合があります!
{
"userId": "string",
"withReplies": false,
"withRenotes": true,
"withChannelNotes": false,
"limit": 10,
"sinceId": "string",
"untilId": "string",
"sinceDate": 0,
"untilDate": 0,
"allowPartial": false,
"withFiles": false
}curl --location 'https://misskey.io/api/users/notes' \
--header 'Content-Type: application/json' \
--data '{
"userId": "string",
"withReplies": false,
"withRenotes": true,
"withChannelNotes": false,
"limit": 10,
"sinceId": "string",
"untilId": "string",
"sinceDate": 0,
"untilDate": 0,
"allowPartial": false,
"withFiles": false
}'[
{
"id": "xxxxxxxxxx",
"createdAt": "2019-08-24T14:15:22.123Z",
"deletedAt": "2019-08-24T14:15:22.123Z",
"text": "string",
"cw": "string",
"userId": "string",
"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"
}
]
},
"replyId": "xxxxxxxxxx",
"renoteId": "xxxxxxxxxx",
"reply": {},
"renote": {},
"isHidden": true,
"visibility": "public",
"mentions": [
"string"
],
"visibleUserIds": [
"string"
],
"fileIds": [
"string"
],
"files": [
{
"id": "xxxxxxxxxx",
"createdAt": "2019-08-24T14:15:22.123Z",
"name": "lenna.jpg",
"type": "image/jpeg",
"md5": "15eca7fba0480996e2245f5185bf39f2",
"size": 51469,
"isSensitive": true,
"blurhash": "string",
"properties": {
"width": 1280,
"height": 720,
"orientation": 8,
"avgColor": "rgb(40,65,87)"
},
"url": "string",
"thumbnailUrl": "string",
"comment": "string",
"folderId": "xxxxxxxxxx",
"folder": {
"id": "xxxxxxxxxx",
"createdAt": "2019-08-24T14:15:22.123Z",
"name": "string",
"parentId": "xxxxxxxxxx",
"foldersCount": 0,
"filesCount": 0,
"parent": {}
},
"userId": "xxxxxxxxxx",
"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"
}
]
}
}
],
"tags": [
"string"
],
"poll": {
"expiresAt": "2019-08-24T14:15:22.123Z",
"multiple": true,
"choices": [
{
"isVoted": true,
"text": "string",
"votes": 0
}
]
},
"emojis": {
"property1": "string",
"property2": "string"
},
"channelId": "xxxxxxxxxx",
"channel": {
"id": "string",
"name": "string",
"color": "string",
"isSensitive": true,
"allowRenoteToExternal": true,
"userId": "string"
},
"localOnly": true,
"reactionAcceptance": "string",
"reactionEmojis": {
"property1": "string",
"property2": "string"
},
"reactions": {
"property1": 0,
"property2": 0
},
"reactionCount": 0,
"renoteCount": 0,
"repliesCount": 0,
"uri": "string",
"url": "string",
"reactionAndUserPairCache": [
"string"
],
"clippedCount": 0,
"myReaction": "string"
}
]