/lists/:id/notes
GET /lists/:id/notes
GET
/lists/:id/notes
Parameters
Path Parameters
id
required
string
Query Parameters
has_attachment
If true, only return notes with attachment
boolean
no_nsfw
If true, only return notes without sensitive content
boolean
before_id
Return notes before this note ID. specified note ID is not included
string
Responses
200
OK
Array<object>
object
id
required
Note ID
string
content
required
Note content
string
contents_warning_comment
required
Contents warning comment
string
visibility
required
Note visibility (PUBLIC/HOME/FOLLOWERS/DIRECT)
string
created_at
required
Note created date
string format: date-time
author
required
object
id
required
string
name
required
string
display_name
required
string
bio
required
string
avatar
required
string
header
required
string
followed_count
required
number
following_count
required
number
reactions
required
attachment_files
required
Note Attachment Media
Array<object>
object
id
required
Attachment Medium id
string
name
required
Attachment filename
string
author_id
required
Attachment author account id
string
hash
required
Attachment medium blurhash
string
mime
required
Attachment medium mime type
string
nsfw
required
If true, attachment is nsfw
boolean
url
required
Attachment medium url
string format: uri
thumbnail
required
Attachment thumbnail url
string
404
List not found
500
Internal error
Internal server error
object
error
required
Internal server error
string