IDを指定して保存されている検索条件の情報を取得します。保存されている検索条件のIDをリクエストできるのは、その検索条件を作成したユーザーだけです。
GET saved_searches/
|
https://api.twitter.com/1.1/saved_searches/show/:id.json
Resource URL
https://api.twitter.com/1.1/saved_searches/show/:id.json
|
Resource Information
Response formats
JSON
Requires authentication?
Yes (user context only)
Rate limited?
Yes
Requests / 15-min window (user auth)
15
|
保存されている検索条件のID。
サンプル値: 313006
Parameters
id
required
The ID of the saved search. Example Values: |
ログインして登録アプリケーションの一覧を参照してください。
OAuth Signature GeneratorSign in to see a list of your registered applications. |
GET
https://api.twitter.com/1.1/saved_searches/show/9569704.json
Example RequestGET
|
{
"created_at": "Fri Nov 04 18:46:41 +0000 2011",
"id": 62353170,
"id_str": "62353170",
"name": "@anywhere",
"position": null,
"query": "@anywhere"
}
Example Result{
"created_at": "Fri Nov 04 18:46:41 +0000 2011",
"id": 62353170,
"id_str": "62353170",
"name": "@anywhere",
"position": null,
"query": "@anywhere"
}
|