stream-net icon indicating copy to clipboard operation
stream-net copied to clipboard

StreamResponse does not include the Next property

Open emendezrivas opened this issue 4 years ago • 1 comments

The REST API includes the "next" property on the JSON, which indicates that another page of activities is available for fetching:

{ results: [], next: '/api/v1.0/feed/<< feed_group >>/<< feed_id >>/?api_key=<< api_key >>&id_lt=<< next_activity_id >>&limit=<< activity_limit >>' }

This is not being exposed on the StreamResponse object. It would be very helpful to have this property, as it could allow having an indicator that there is at least one more page available, since there is not a way to get the total count of activities on a feed for a specific user.

gz#10110

emendezrivas avatar Mar 11 '21 13:03 emendezrivas

Agent comment from Stephen Hodgetts in Zendesk ticket #10110:

Hello, thanks for reporting this, we've got an engineer looking into it soon.

shodgetts avatar Mar 11 '21 18:03 shodgetts