[Developers] Querying for most recent additions - sort using timestamp?

Mike Love mikelove1 at gmail.com
Fri Oct 12 20:56:35 UTC 2007


I want to get the most recent topics added to a type - basically to recreate
part of the type history page with mjt.

Here's my first guess at building a query, but it doesn't give me the most
recent additions:

{
  "query":[{
    "name":null,
    "sort":"-timestamp",
    "timestamp":null,
    "type":"/user/mikelove/default_domain/influence_node"
  }]
}

I looked through the API on reading, sorting etc. but couldn't find what i'm
looking for.  Nick's User Write History is doing this but looks more
complicated than what I need to do:
http://dev.mqlx.com/~nick/reports/userdetail.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freebase.com/pipermail/developers/attachments/20071012/1a9100f5/attachment.htm 


More information about the Developers mailing list