CraigP Posted August 31, 2022 Posted August 31, 2022 Is the rowStart parameter on getMesageList working as intended? The call fails when rowStart is greater than or equal to maxResults, but why is this? The maximum number of messages you can return at one time appears to be 500, but if I want to get a message older than the first 500 (e.g starting from row 500), I can't do that. Am I misinterpreting what the rowStart parameter is for? If so, is there another way to return all messages older than a certain date?
Graham Posted August 31, 2022 Posted August 31, 2022 Hi @CraigP We've had a look at this and the API is implementing an incorrect check on the values of the rowStart and maxResults parameters. A fix is being implemented and will be available in an upcoming release of the platform. Graham
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now