サイトのトップへ戻る

Twitter 開発者 ドキュメント日本語訳

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.

取得した情報には、対象ストリームの現在のアクティブパラメータと predicates が含まれています。 There are no other side effects in this idempotent operation.



リソースURL

https://sitestream.twitter.com/2b/site/c/01_225167_334389048B872A533002B34D73F8C29FD09EFC50/info.json



リソース情報

応答形式
JSON
認証は必要ですか?
はい
速度制限はありますか?
はい


パラメータ

このメソッドでパラメータはサポートしていません。



OAuth 署名ジェネレータ

ログイン して登録アプリケーションの一覧を参照してください。



リクエスト例

GET

https://sitestream.twitter.com/2b/site/c/01_225167_334389048B872A533002B34D73F8C29FD09EFC50/info.json



応答結果の例

{"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"
  }
}