Hello and welcome to the group,
As you might have noticed, each entry's id is a URL. If you perform a
Get on this URL, you will get just the entry you are looking for (you
can use GetEntry). Querying on the entry's id is not supported because
you can already get the entry directly, but I'll admit this can be
confusing. The good news is, you won't need to iterate through a feed
when you just want one specific entry.
Happy coding,
Jeff
On Jun 20, 7:36 pm, "askk...@gmail.com" <askk...@gmail.com> wrote:
Hi
I am new to google base. I used sample c# to pick a list of all query
items for a criteria.
Ex.
query.GoogleBaseQuery = "[item type:housing] [listing type:for rent"]
[location:\"new york, ny"] ";
this works.
But if i want to pick a specific entry
<entry><id>http://www.google.com/base/feeds/snippets/
18406884233969725117</id>....</entry>
How do i do it?
This gives empty feed:http://www.google.com/base/feeds/snippets/-/
housing?bq=[item%20id:18406884233969725117]
Help!!!!!!!!!
Thanks