* add identifier for troubleshooting pages * mention mutes can be temporary now * bell for notifications * convert images to jpg and rename them * suspensions now reversible * unread notifications * suspended: true * mutes expiry * replies_policy, type of notification * notify * featuredTags AP representation * new env vars * accounts merge * maintenance cli * list replies * suspended flag * follower sync * minor formatting * add note about idempotency of follow action * account featured tags, min_id and max_id, plus normalization * follow marcin and nightpool's suggestion * bearcaps * replies_policy update * featuredtags now have a url
1.1 KiB
1.1 KiB
title | description | menu | ||||
---|---|---|---|---|---|---|
List | Represents a list of some users that the authenticated user follows. |
|
Example
{
"id": "12249",
"title": "Friends"
}
Required attributes
id
Description: The internal database ID of the list.
Type: String (cast from an integer, but not guaranteed to be a number)
Version history:
2.1.0 - added
title
Description: The user-defined title of the list.
Type: String
Version history:
2.1.0 - added
replies_policy
Description: The user-defined title of the list.
Type: String (Enumerable oneOf)
followed
= Show replies to any followed user
list
= Show replies to members of the list
none
= Show replies to no one
Version history:
3.3.0 - added
See also
{{< page-ref page="methods/timelines/lists.md" >}}
{{< caption-link url="https://github.com/tootsuite/mastodon/blob/master/app/serializers/rest/list_serializer.rb" caption="app/serializers/rest/list_serializer.rb" >}}