If I have a large number of canned responses in a folder, I am having trouble accessing it via the APIs. There are two relevant APIs:
- List All Canned Responses in a folder - this returns only 200 responses even though there are more responses in the folder.
- Get Details of Canned Responses in a folder - this returns 30 responses per page, but after the 10th page, it stops.
Net effect: there is no way for me to list all responses in a folder if there are more than 300 responses in that folder.
Can we add pagination to the first API please? Alternatively, the second thing seems like a bug, can that be fixed please?

