alexa / alexa-skills-kit-sdk-for-nodejs

The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Apache License 2.0
3.12k stars 735 forks source link

Household lists API not returning next link for large lists #700

Open SRGDamia1 opened 2 years ago

SRGDamia1 commented 2 years ago

When making a call to v2/householdlists/{listId}/{status} (via the list management service client or postman) I'm not able to get paginated results. The first 100 results are returned, but the 'links' object is null. Without a next page token, I don't see how to access any further items on the list. What is the proper way to get items after the first 100?

rahulawl commented 1 year ago

Is this issue/feature-request still relevant? We are working on prioritization of relevant issues and cleanup of rest. If we don’t hear back in 2 weeks, we will assume that the issue is not relevant and we will close it.

SRGDamia1 commented 1 year ago

Yes, I believe this problem still exists.