Does anyone know how to get all the direct messages via API? It appears to only send back the latet 100 or so messages. I have reviewed the API documentation along with the pagination feature, but the response from these API doesn't return a "link" for the next page.
I have tried both
Messages - List Messages | Webex for Developers
https://webexapis.com/v1/messages?roomId=********************&max=100
Messages - List Direct Messages | Webex for Developers
https://webexapis.com/v1/messages/direct?personEmail=xxx@xxx.com
Have anyone been able to extract all of their direct messages via these APIs?