Hi,
The latest_blocks property is just something that we use to create the notebook cover with recent block images on it. The best way to get all of the blocks in a notebook is with the notebook query parameter.
So:
/api/users/me/blocks?notebook={notebookUuid}
Pete
On Sep 3, 2012, at 10:02 PM, montz <
czr...@gmail.com> wrote:
> Hi folks,
>
> A basic question. What's the right api to get all items in a notebook/workbook?
>
> When I get the details for a uuid representing a workbook, the only thing close to items in a notebook is this:
> workbook/latest_blocks/
>
> Is this the right property to look at?