List
Represents a list of some users that the authenticated user follows.
Example
{
"id": "12249",
"title": "Friends"
}
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: Which replies should be shown in the list.
Type: String (Enumerable oneOf)followed
= Show replies to any followed userlist
= Show replies to members of the listnone
= Show replies to no one
Version history:
3.3.0 - added
See also
GET /api/v1/accounts/:id/lists lists API methods app/serializers/rest/list_serializer.rbLast updated December 14, 2022 路 Improve this page