pryv / pryv.github.io

Pryv developers website – generated from sources in pryv/dev-site
https://api.pryv.com
0 stars 0 forks source link

Can't all the Event of the folder soundcloudmusic_diary (soundcloudmusic_diary) #9

Closed vRITHNER closed 11 years ago

vRITHNER commented 11 years ago

Clicking at right on the folder soundcloudmusic_diary, I can see all events. Clicking on the (parent) at left channel and I can't see the same events). Bye code, I have the same issue. I have only events from the notes folder.

You can see in the images embedded:

Events are visible: Events1

Events are not visible: ( the image doesn't display all events but scrolling down doesn't fix it) Events2

sgoumaz commented 11 years ago

Thanks for reporting… it's again an issue with the explorer itself, not the API, which by design returns the last 20 items if no other range-limiting parameter is specified (see http://dev.pryv.com/reference.html#toc9).

vRITHNER commented 11 years ago

I don't think it's only the Explorer because by code I see only 20 events too.

sgoumaz commented 11 years ago

Please read my message again and the doc for GET .../events I linked to. The method returns 20 events if you don't specify other range-limiting parameters (fromTime, toTime, limit). (If you do specify those and still get 20 events please include your request here.)