Is there any way to get continuation for /api/0/stream/items/ids like /api/0/stream/contents/?
If no, how can I get next item-ids of a stream? Or is there any way to convert item-id/timestamp to continuation?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The
/api/0/stream/items/idsendpoint supports anntparameter that you can use to get increasingly older items. You can take the timestamp (in microseconds) of the oldest item that you already have, convert it to seconds, and then pass it in as a theotparameter. See this page for the full list of parameters that are supported.