You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that list_members returns by default 100 users. Watchlists may contain over 100 users. There is no pagination documented in the code or docs. The total_count parameter returns the proper number of users.
The API reference page for v1 doesn't indicate that pagination is supported, however the v2 version does. My guess is that during the update to support v2, developers broke v1 functionality. As a result, v2 endpoints should be supported to ensure functionality remains as the SDK is unable to fetch watchlist members given current functionality as a result.
The text was updated successfully, but these errors were encountered:
It appears that list_members returns by default 100 users. Watchlists may contain over 100 users. There is no pagination documented in the code or docs. The total_count parameter returns the proper number of users.
The API reference page for v1 doesn't indicate that pagination is supported, however the v2 version does. My guess is that during the update to support v2, developers broke v1 functionality. As a result, v2 endpoints should be supported to ensure functionality remains as the SDK is unable to fetch watchlist members given current functionality as a result.
The text was updated successfully, but these errors were encountered: