GET saved_searches/show/:id

Updated on Sat, 2012-08-25 08:46

Retrieve the information for the saved search represented by the given id. The authenticating user must be the owner of saved search ID being requested.

Resource URL

http://api.twitter.com/1/saved_searches/show/:id.format

Parameters

id required

The ID of the saved search.

Example Values: 313006

Example Request

GET

https://api.twitter.com/1/saved_searches/show/9569704.json

  1. {
  2.   "name": "@twitterapi",
  3.   "position": null,
  4.   "created_at": "Tue Jun 15 09:37:24 +0000 2010",
  5.   "id": 9569704,
  6.   "query": "@twitterapi"
  7. }