Skip to content

v2.16.2

Compare
Choose a tag to compare
@dsavransky dsavransky released this 25 Mar 13:02
· 24 commits to main since this release

Fix to cornellQualtrics.getListContacts, which previously only looked at the first page of returned results. The method now looks at all returned pages (until nextPage is None), and return the list of contacts instead of the full response object. All other methods calling getListContacts have been updated accordingly.

Full Changelog: v2.16.0...v2.16.2