API - Pulling next 10 records from Emails endpoint
We are attempting to pull Emails from Accounts using the API (/Accounts/ID/Emails). The call works fine, but we are trying to implement the paging. Documentation seems to suggest using the index parameter with the next_index value returned, but we have not been able to find any combination of parameters (including page#) that will get us more than the first 10 Emails. Any input?