GET c/:stream_id/info¶
Retrieves information about the established stream represented by the stream_handle_identifier, which is among the first streamed events when connecting to a stream that supports Control Streams.
Returned information includes the currently active parameters and predicates for the stream in question. There are no other side effects in this idempotent operation.
Resource URL¶
https://sitestream.twitter.com/2b/site/c/01_225167_334389048B872A533002B34D73F8C29FD09EFC50/info.json
Resource Information¶
| Response formats | JSON |
| Requires authentication? | Yes |
| Rate limited? | Yes |
Parameters¶
| Name | Required | Description | Default Value | Example |
Example Request¶
GET https://sitestream.twitter.com/2b/site/c/01_225167_334389048B872A533002B34D73F8C29FD09EFC50/info.json
Example Response¶
{"info":
{
"users":
[
{"id":1,"name":"raffi","dm":false},
{"id":3,"name":"fiaz","dm":true}
],
"follows":
[
{"user":1,"other_users":[2,3]},
{"user":3,"other_users":[1,2,99]}
],
"delimited":"none",
"include_followings_activity":false,
"include_user_changes":false,
"replies":"none",
"with":"followings"
}
}