subscribers By Owner Id
Returns the subscribers of the specified list. Private list subscribers will only be shown if the authenticated user owns the specified list.
Receiver
Lists endpoint instance.
Return
CursorJsonObjectApiAction for CursorUsers model.
Parameters
You can identify a list by its slug instead of its numerical id. If you decide to do so, note that you'll also have to specify the list owner using the owner_id or owner_screen_name parameters.
The user ID of the user who owns the list being requested by a slug.
Specifies the number of results to return per page (see cursor below). The default is 20, with a maximum of 5,000.
Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. See Using cursors to navigate collections for more information.
When set to either true , t or 1 , each tweet will include a node called "entities". This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags. While entities are opt-in on timelines at present, they will be made a default component of output in the future. See Tweet Entities for more details.
When set to either true , t or 1 statuses will not be included in the returned user objects.
Optional. Custom parameters of this request.