X (Twitter) · Arazzo Workflow
X Fetch a List's Details and Its Members
Version 1.0.0
Read a List by id, then page the members of that List.
View Spec
View on GitHub
Social MediaMicrobloggingReal-Time DataStreamingAdvertisingContentArazzoWorkflows
Provider
Workflows
list-detail-and-members
Read a List by id and list its members.
Chains the list lookup endpoint into the list-members endpoint so a caller can confirm a List exists and then enumerate its members.
1
getList
getListsById
Read the metadata for the supplied List id.
2
getMembers
getListsMembers
Retrieve the first page of members for the List.