History Queries
History queries allow you to see the history of a subject or the history of a set of flakes that fit a certain pattern.
To see the history (all flakes pertaining to) a particular subject using that subject's id:
{ "history": 4299262263302}
Or using a unique two-tuple:
{ "history": ["person/handle", "zsmith"]}
You can optionally include a block
key, with the most recent block (integer) for which to list history.
{ "history": ["person/handle", "zsmith"], "block": 2}
History Query
Write a query selecting history of the subject with id 1234, starting from block 8.